packages/net/kismet/patches/010-dont-add-host-include-paths.patch
Hauke Mehrtens ac1ad5c387 kismet: fix build with musl
Without these patches kismet does not build with musl.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-07-12 20:41:16 +02:00

12 lines
227 B
Diff

--- a/configure
+++ b/configure
@@ -5456,9 +5456,6 @@ fi
-# Add additional cflags since some distros bury panel.h
-CPPFLAGS="$CPPFLAGS -I/usr/include/ncurses"
-
termcontrol="none";
if test "$wantclient" = "yes"; then