diff core/procps/procps.sh @ 650:f61d5c5b71be

vanilla: remove useless -I/include/ncurses
author David Demelier <markand@malikania.fr>
date Sat, 27 Jul 2019 23:20:27 +0200
parents 25cecc6dca48
children 59a2fa6992bc
line wrap: on
line diff
--- a/core/procps/procps.sh	Sat Jul 27 23:11:09 2019 +0200
+++ b/core/procps/procps.sh	Sat Jul 27 23:20:27 2019 +0200
@@ -47,7 +47,7 @@
 
 	./autogen.sh
 	CC="$CC" \
-	CFLAGS="$CFLAGS -I/include/ncurses" \
+	CFLAGS="$CFLAGS" \
 	LDFLAGS="$LDFLAGS" \
 	LIBS="$LIBS" \
 	./configure \