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:
d4132dd
)
procps: Fix build with unified headers
author
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 28 Jun 2017 22:02:18 +0000
(
00:02
+0200)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 28 Jun 2017 22:02:18 +0000
(
00:02
+0200)
packages/procps/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/procps/build.sh
b/packages/procps/build.sh
index c701a29328c82954d3cb43167ee6c78c4bb0c564..f9a9554b2e3129f850cc96727e38ab449ad48fb1 100644
(file)
--- a/
packages/procps/build.sh
+++ b/
packages/procps/build.sh
@@
-5,7
+5,15
@@
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/project/procps-ng/Production
TERMUX_PKG_SHA256=6ed65ab86318f37904e8f9014415a098bec5bc53653e5d9ab404f95ca5e1a7d4
TERMUX_PKG_BUILD_IN_SRC=yes
TERMUX_PKG_FOLDERNAME=procps-ng-${TERMUX_PKG_VERSION}
TERMUX_PKG_SHA256=6ed65ab86318f37904e8f9014415a098bec5bc53653e5d9ab404f95ca5e1a7d4
TERMUX_PKG_BUILD_IN_SRC=yes
TERMUX_PKG_FOLDERNAME=procps-ng-${TERMUX_PKG_VERSION}
-TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_search_dlopen= --enable-sigwinch --disable-modern-top"
+# error.h and stdio_ext.h in unified headers does
+# not provide any functionality prior to android-23:
+TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
+ac_cv_search_dlopen=
+ac_cv_header_error_h=no
+ac_cv_header_stdio_ext_h=no
+--enable-sigwinch
+--disable-modern-top
+"
TERMUX_PKG_DEPENDS="ncurses"
# https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/141168:
# "For compatibility between distributions, can we have /bin/kill made available from coreutils?"
TERMUX_PKG_DEPENDS="ncurses"
# https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/141168:
# "For compatibility between distributions, can we have /bin/kill made available from coreutils?"