kumquat-buildroot/package/rtorrent/rtorrent.mk
Fabrice Fontaine b7fcfb71d7 package/rtorrent: disable execinfo
Disable execinfo to avoid the following build failure raised since the
addition of libexecinfo package in commit
eea8ba446c:

/home/giuliobenetti/autobuild/run/instance-0/output-1/host/lib/gcc/arc-buildroot-linux-uclibc/10.2.0/../../../../arc-buildroot-linux-uclibc/bin/ld: main.o: in function `do_panic(int)':
/home/giuliobenetti/autobuild/run/instance-0/output-1/build/rtorrent-0.9.8/src/main.cc:606: undefined reference to `backtrace'

Fixes:
 - http://autobuild.buildroot.org/results/10fc9016013931c58238240216c5950b23b56b30

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-01-07 22:09:11 +01:00

17 lines
499 B
Makefile

################################################################################
#
# rtorrent
#
################################################################################
RTORRENT_VERSION = 0.9.8
RTORRENT_SITE = http://rtorrent.net/downloads
RTORRENT_DEPENDENCIES = host-pkgconf libcurl libtorrent ncurses
RTORRENT_LICENSE = GPL-2.0
RTORRENT_LICENSE_FILES = COPYING
# We're patching configure.ac
RTORRENT_AUTORECONF = YES
RTORRENT_CONF_OPTS = --disable-execinfo
$(eval $(autotools-package))