diff lib/libedit/libedit.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents eec0faf3636c
children 25cecc6dca48
line wrap: on
line diff
--- a/lib/libedit/libedit.sh	Tue Apr 16 20:01:00 2019 +0200
+++ b/lib/libedit/libedit.sh	Sun Jun 23 15:13:10 2019 +0200
@@ -38,13 +38,13 @@
 
 	patch -p0 < ../clang.patch
 	CC="$CC" \
-	CFLAGS="$CFLAGS" \
+	CFLAGS="$CFLAGS -I/include/ncurses" \
 	LDFLAGS="$LDFLAGS" \
 	LIBS="$LIBS" \
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/ \
+		--prefix= \
 		--disable-static \
 		--enable-shared
 	make