diff options
| author | Cem Keylan <cem@ckyln.com> | 2020-08-25 04:24:57 +0300 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2020-08-25 04:24:57 +0300 |
| commit | dddecc8c2c0996ebef580b00bcef411d422aacb8 (patch) | |
| tree | ce5b4de8351a3aaed7faa8f0a2eb2b7115b0245f /extra | |
| parent | 4b4399c0487e225ca95112eab014753758713891 (diff) | |
| download | repository-dddecc8c2c0996ebef580b00bcef411d422aacb8.tar.gz | |
ncurses: add link for ncurses.pc
Diffstat (limited to 'extra')
| -rwxr-xr-x | extra/ncurses/build | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/ncurses/build b/extra/ncurses/build index 36ad8513..f8be7ab5 100755 --- a/extra/ncurses/build +++ b/extra/ncurses/build @@ -28,6 +28,5 @@ done printf '%s\n' "INPUT(-lncursesw)" > "$1/usr/lib/libcursesw.so" ln -s libncurses.so "$1/usr/lib/libcurses.so" -# These conflict with busybox's. -rm -f "$1/usr/bin/clear" -rm -f "$1/usr/bin/reset" +# Copy pkgconfig. +ln -s ncursesw.pc "$1/usr/lib/pkgconfig/ncurses.pc" |
