summaryrefslogtreecommitdiffstats
path: root/package/kismet/kismet.mk
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-12-26 22:08:00 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-27 11:29:04 +0100
commit8b966c934db6b482fbba4c65cdbc49d1b19b5212 (patch)
treea1d97ccde3b76f224dc20e3a6b2ba5924803a76e /package/kismet/kismet.mk
parent21d6e4ea459b0b3a436c7936a94a917f085919e6 (diff)
package/kismet: fix ncurses static build
Says Vicente: [T]he order is very important when doing static builds. Otherwise we will see errors like this one: [...]/sysroot/usr/lib/libpanel.a(p_delete.o): In function `del_panel': p_delete.c:(.text+0x68): undefined reference to `_nc_panelhook' Fix the order configure adds libraries: new libraries should be added at the *front* of the list, not at the end. Reported-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/kismet/kismet.mk')
-rw-r--r--package/kismet/kismet.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/kismet/kismet.mk b/package/kismet/kismet.mk
index f177fea2d..a71414ed0 100644
--- a/package/kismet/kismet.mk
+++ b/package/kismet/kismet.mk
@@ -12,6 +12,9 @@ KISMET_CONF_OPTS += --with-netlink-version=3
KISMET_LICENSE = GPLv2+
KISMET_LICENSE_FILES = debian/copyright
+# We touch configure.in:
+KISMET_AUTORECONF = YES
+
ifeq ($(BR2_PACKAGE_PCRE),y)
KISMET_DEPENDENCIES += pcre
endif