Commit 6e75ec4 1 parent 2b1a504 commit 6e75ec4 Copy full SHA for 6e75ec4
File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ TERMUX_PKG_DESCRIPTION="Collection of common network programs"
3
3
TERMUX_PKG_LICENSE=" GPL-3.0"
4
4
TERMUX_PKG_MAINTAINER=" @termux"
5
5
TERMUX_PKG_VERSION=2.3
6
+ TERMUX_PKG_REVISION=1
6
7
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/inetutils/inetutils-${TERMUX_PKG_VERSION} .tar.xz
7
8
TERMUX_PKG_SHA256=0b01bb08e29623c4e3b940f233c961451d9af8c5066301add76a52a95d51772c
8
- TERMUX_PKG_DEPENDS=" readline"
9
+ TERMUX_PKG_DEPENDS=" libandroid-glob, readline"
9
10
TERMUX_PKG_SUGGESTS=" whois"
10
11
TERMUX_PKG_RM_AFTER_INSTALL=" bin/whois share/man/man1/whois.1"
11
12
# These are old cruft / not suited for android
@@ -29,6 +30,7 @@ ac_cv_lib_crypt_crypt=no
29
30
termux_step_pre_configure () {
30
31
CFLAGS+=" -DNO_INLINE_GETPASS=1"
31
32
CPPFLAGS+=" -DNO_INLINE_GETPASS=1 -DLOGIN_PROCESS=6 -DDEAD_PROCESS=8 -DLOG_NFACILITIES=24 -fcommon"
33
+ LDFLAGS+=" -landroid-glob"
32
34
touch -d " next hour" ./man/whois.1
33
35
}
34
36
You can’t perform that action at this time.
0 commit comments