chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2c23132
)
ncurses: We really need --with-pkg-config-libdir
author
Fredrik Fornwall
<fredrik@fornwall.net>
Fri, 7 Jul 2017 10:22:28 +0000
(12:22 +0200)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Fri, 7 Jul 2017 10:22:28 +0000
(12:22 +0200)
packages/ncurses/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/ncurses/build.sh
b/packages/ncurses/build.sh
index f62da9096e92d8d1cd2a65af0cd684feb5a98bd2..ef5ced64e9afa16c009a679e779ed182831e3674 100755
(executable)
--- a/
packages/ncurses/build.sh
+++ b/
packages/ncurses/build.sh
@@
-23,7
+23,18
@@
ac_cv_header_locale_h=no
--without-tests
--with-shared
"
--without-tests
--with-shared
"
-TERMUX_PKG_RM_AFTER_INSTALL="bin/ncursesw6-config share/man/man1/ncursesw6-config.1 bin/infotocap share/man/man1/infotocap.1m bin/captoinfo share/man/man1/captoinfo.1m"
+TERMUX_PKG_RM_AFTER_INSTALL="
+bin/captoinfo
+bin/infotocap
+bin/ncursesw6-config
+share/man/man1/captoinfo.1m
+share/man/man1/infotocap.1m
+share/man/man1/ncursesw6-config.1
+"
+
+termux_step_pre_configure() {
+ TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-pkg-config-libdir=$PKG_CONFIG_LIBDIR"
+}
termux_step_post_make_install () {
cd $TERMUX_PREFIX/lib
termux_step_post_make_install () {
cd $TERMUX_PREFIX/lib