[packages] kismet: Don't add host include paths
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19805 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4273f5522f
commit
a4d7060846
@ -83,7 +83,7 @@ CONFIGURE_ARGS += \
|
|||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
CXXFLAGS="$$$$CXXFLAGS -fno-builtin -fno-rtti -nostdinc++" \
|
CXXFLAGS="$$$$CXXFLAGS -fno-builtin -fno-rtti -nostdinc++" \
|
||||||
CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include/uClibc++ -I$(LINUX_DIR)/include" \
|
CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include/uClibc++" \
|
||||||
LDFLAGS="$$$$LDFLAGS" \
|
LDFLAGS="$$$$LDFLAGS" \
|
||||||
LIBS="-nodefaultlibs -luClibc++ -lm -lgcc" \
|
LIBS="-nodefaultlibs -luClibc++ -lm -lgcc" \
|
||||||
CLIENTCLIBS="-nodefaultlibs -luClibc++ -lm -lgcc" \
|
CLIENTCLIBS="-nodefaultlibs -luClibc++ -lm -lgcc" \
|
||||||
|
14
net/kismet/patches/010-dont-add-host-include-paths.patch
Normal file
14
net/kismet/patches/010-dont-add-host-include-paths.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
diff --git a/configure b/configure
|
||||||
|
index 6936a47..9a85269 100755
|
||||||
|
--- a/configure
|
||||||
|
+++ b/configure
|
||||||
|
@@ -6980,9 +6980,6 @@ else
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
-# Add additional cflags since some distros bury panel.h
|
||||||
|
-CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses"
|
||||||
|
-
|
||||||
|
termcontrol="none";
|
||||||
|
|
||||||
|
if test "$wantclient" = "yes"; then
|
Loading…
x
Reference in New Issue
Block a user