[packages] kismet: drop old atan patch, add new patch to properly link against libm, get rid of libnotimpl dependency, use a cleaner override for $(LD) (followup to r17109)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17111 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
11
net/kismet/patches/100-fix-math-lib.patch
Normal file
11
net/kismet/patches/100-fix-math-lib.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -23,7 +23,7 @@
|
||||
CXXLIBS = @CXXLIBS@
|
||||
KSLIBS = @KSLIBS@
|
||||
CFLAGS = @CPPFLAGS@
|
||||
-CLIENTLIBS = @CLIENTCLIBS@
|
||||
+CLIENTLIBS = @CLIENTCLIBS@ -lm
|
||||
CAPLIBS = @caplibs@
|
||||
CLIENTFLAGS = @CLIENTCFLAGS@
|
||||
CXXFLAGS = -Wall @CXXFLAGS@
|
Reference in New Issue
Block a user