diff options
author | Cem Keylan <cem@ckyln.com> | 2020-12-30 23:11:48 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-12-30 23:11:48 +0300 |
commit | 2f1337c33c7b6d3f2ab84cce034ace9077ce0f5b (patch) | |
tree | e10e2775597b904dd5c972554813eab6d144654d /extra | |
parent | 133f9b16de94501fa18efb1d32130b3cd2853f24 (diff) | |
download | repository-2f1337c33c7b6d3f2ab84cce034ace9077ce0f5b.tar.gz |
ncurses: fix cross build
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/ncurses/build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/extra/ncurses/build b/extra/ncurses/build index f8be7ab5..27fc49b1 100755 --- a/extra/ncurses/build +++ b/extra/ncurses/build @@ -1,8 +1,6 @@ #!/bin/sh -e -./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ +cpt-configure \ --enable-pc-files \ --disable-rpath-hack \ --with-pkg-config-libdir=/usr/lib/pkgconfig \ |