diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-04 22:21:54 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-04 22:21:54 +0100 |
commit | 78646a0eb8f5f9d41d6bcfd261b4717e1648ab5f (patch) | |
tree | 9bb8338369591ad084a8a3a1b19a9727b0d4c2e4 /package/kismet/patches/patch-configure_in | |
parent | bb9efd268326393ca769c38e6385216569e70e52 (diff) | |
parent | c0949bd08b50c985226dee3d1b3f63d1d067293e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/kismet/patches/patch-configure_in')
-rw-r--r-- | package/kismet/patches/patch-configure_in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/kismet/patches/patch-configure_in b/package/kismet/patches/patch-configure_in new file mode 100644 index 000000000..cb7d45cbd --- /dev/null +++ b/package/kismet/patches/patch-configure_in @@ -0,0 +1,12 @@ +--- kismet-2013-03-R1b.orig/configure.in 2013-03-27 15:41:48.000000000 +0100 ++++ kismet-2013-03-R1b/configure.in 2013-12-31 23:14:38.000000000 +0100 +@@ -406,9 +406,6 @@ AC_ARG_ENABLE(client, + ) + AC_SUBST(wantclient) + +-# Add additional cflags since some distros bury panel.h +-CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses" +- + termcontrol="none"; + + if test "$wantclient" = "yes"; then |