[packages] kismet: Don't add host include paths
[openwrt/svn-archive/archive.git] / net / kismet / patches / 010-dont-add-host-include-paths.patch
1 diff --git a/configure b/configure
2 index 6936a47..9a85269 100755
3 --- a/configure
4 +++ b/configure
5 @@ -6980,9 +6980,6 @@ else
6 fi
7
8
9 -# Add additional cflags since some distros bury panel.h
10 -CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses"
11 -
12 termcontrol="none";
13
14 if test "$wantclient" = "yes"; then