summaryrefslogtreecommitdiff
path: root/repo/system/ncurses.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-04-17 22:07:52 +0100
committerdavidovski <david@davidovski.xyz>2022-04-17 22:07:52 +0100
commitc35d083dc525e223b085ec00e6863ea6eafb003c (patch)
tree5bbe25b4f92cd1821c8cbbefed9c19de6e42b98e /repo/system/ncurses.xibuild
parent7cc715c1249422ddf91987be64a35eef43e3e62d (diff)
updated musl
Diffstat (limited to 'repo/system/ncurses.xibuild')
-rw-r--r--repo/system/ncurses.xibuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/repo/system/ncurses.xibuild b/repo/system/ncurses.xibuild
index f34211b..784ec63 100644
--- a/repo/system/ncurses.xibuild
+++ b/repo/system/ncurses.xibuild
@@ -14,8 +14,9 @@ build () {
--with-shared \
--without-debug \
--without-normal \
+ --enable-pc-files \
--enable-widec \
-
+ --with-pkg-config-libdir=/usr/lib/pkgconfig
make
}