diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-22 14:25:05 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-22 14:25:05 +0300 |
commit | 5a38105454f9c49b94da9ed8f316ac222d2109ff (patch) | |
tree | c4e1a12186f553e846cf43754edefdc906f04142 /extra/ncurses | |
parent | 2f36dc3b4417f3ee4ba231b38d81e5b4fe214657 (diff) | |
download | repository-5a38105454f9c49b94da9ed8f316ac222d2109ff.tar.gz |
ncurses: create ncurses link for static library
Diffstat (limited to 'extra/ncurses')
-rwxr-xr-x | extra/ncurses/build | 1 | ||||
-rw-r--r-- | extra/ncurses/version | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/extra/ncurses/build b/extra/ncurses/build index f8be7ab5..dfd67820 100755 --- a/extra/ncurses/build +++ b/extra/ncurses/build @@ -27,6 +27,7 @@ done # Some packages look for libcurses instead of libncurses when building. printf '%s\n' "INPUT(-lncursesw)" > "$1/usr/lib/libcursesw.so" ln -s libncurses.so "$1/usr/lib/libcurses.so" +ln -s libncurses.a "$1/usr/lib/libcurses.a" # Copy pkgconfig. ln -s ncursesw.pc "$1/usr/lib/pkgconfig/ncurses.pc" diff --git a/extra/ncurses/version b/extra/ncurses/version index 11e26b41..e27e6a2c 100644 --- a/extra/ncurses/version +++ b/extra/ncurses/version @@ -1 +1 @@ -6.2 2 +6.2 3 |