Browse Source
The ping6 binary needs setuid, so use the working system version instead of installing a broken version for non-root users. Closes https://github.com/termux/termux-app/issues/74android-5
Fredrik Fornwall
9 years ago
2 changed files with 4 additions and 4 deletions
@ -1,11 +1,11 @@ |
|||
TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/inetutils/ |
|||
TERMUX_PKG_DESCRIPTION="Collection of common network programs" |
|||
TERMUX_PKG_VERSION=1.9.4 |
|||
TERMUX_PKG_BUILD_REVISION=1 |
|||
TERMUX_PKG_BUILD_REVISION=2 |
|||
TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/inetutils/inetutils-${TERMUX_PKG_VERSION}.tar.xz |
|||
TERMUX_PKG_DEPENDS="readline, libutil" |
|||
# These are old cruft / not suited for android: |
|||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-ifconfig --disable-rcp --disable-rlogin --disable-rsh --disable-rexecd --disable-uucpd --disable-rexec --disable-ping --disable-hostname" |
|||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-ifconfig --disable-rcp --disable-rlogin --disable-rsh --disable-rexecd --disable-uucpd --disable-rexec --disable-ping --disable-ping6 --disable-hostname" |
|||
|
|||
CPPFLAGS+=" -DLOGIN_PROCESS=6 -DDEAD_PROCESS=8 -DLOG_NFACILITIES=24" |
|||
LDFLAGS+=" -llog" # for syslog |
|||
|
Loading…
Reference in new issue