[Lunar-commits] <moonbase-core> ncurses: install pkgconfig files
v4hn
me at v4hn.de
Sun Dec 23 15:04:22 CET 2012
commit 07f49ba490c7fcb7c7483cb5f79e9a8555717e67
Author: v4hn <me at v4hn.de>
Date: Sun, 23 Dec 2012 06:04:22 -0800
URL: https://github.com/lunar-linux/moonbase-core/commit/07f49ba490c7fcb7c7483cb5f79e9a8555717e67
ncurses: install pkgconfig files
---
libs/ncurses/BUILD | +4/-0
1 file changed, 4 insertions(+)
--- a/libs/ncurses/BUILD
+++ b/libs/ncurses/BUILD
@@ -12,6 +12,8 @@
# system!
unset CC CXX &&
+ OPTS+=" PKG_CONFIG_LIBDIR=/usr/lib/pkgconfig" &&
+
set -x &&
./configure --build=$BUILD \
--prefix=/usr \
@@ -23,6 +25,7 @@
--disable-termcap \
--enable-colorfgbg \
--with-terminfo-dirs=/usr/share/terminfo \
+ --enable-pc-files \
$OPTS &&
default_make &&
@@ -49,6 +52,7 @@
--enable-colorfgbg \
--with-terminfo-dirs=/usr/share/terminfo \
--enable-widec \
+ --enable-pc-files \
$OPTS &&
set +x &&
More information about the Lunar-commits
mailing list