From 81a6987b19f19bfc6b75a3983b8fc41d6d5331ca Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Mon, 13 Mar 2006 12:09:23 +0000 Subject: [PATCH] Stefan Fiedler: kismet: fix linkage to static ncurses that dynamically links to libgpm Index: package/valentin/kismet/kismet.conf =================================================================== [2006011815410510163] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7143 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/valentin/kismet/kismet.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/valentin/kismet/kismet.conf b/package/valentin/kismet/kismet.conf index ecd9cc8f4..92f15102d 100644 --- a/package/valentin/kismet/kismet.conf +++ b/package/valentin/kismet/kismet.conf @@ -23,3 +23,7 @@ var_append confopt " " "--enable-syspcap --sysconfdir=$root/etc/kismet" hook_add preconf 3 "autoheader; autoconf;" + +# the following is needed to link against a static ncurses library +# that dynamically links to libgpm +var_append configprefix " " "LDFLAGS=\"\$LDFLAGS -ldl\""