X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/d628b9b0a5c82db3d36fde49fb45cd8efe45fb05..46fe48b356f4a46be344cb1633b0dcd05022a01c:/disabled-packages/alpine/build.sh diff --git a/disabled-packages/alpine/build.sh b/disabled-packages/alpine/build.sh index 2970e225..c1c3c458 100644 --- a/disabled-packages/alpine/build.sh +++ b/disabled-packages/alpine/build.sh @@ -4,20 +4,20 @@ TERMUX_PKG_VERSION=2.20 TERMUX_PKG_SRCURL=http://patches.freeiz.com/alpine/release/src/alpine-${TERMUX_PKG_VERSION}.tar.xz #TERMUX_PKG_DEPENDS="pcre, openssl, libuuid" TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --with-c-client-target=lnx --without-pthread --without-password-prog --without-tcl --without-ldap --without-krb5 --disable-debug --with-system-pinerc=/data/data/com.termux/files/usr/etc/pine.conf --with-password-prog=no" -export TERMUX_HOST_PLATFORM="${TERMUX_ARCH}-linux-android" -if [ $TERMUX_ARCH = "arm" ]; then export TERMUX_HOST_PLATFORM="${TERMUX_HOST_PLATFORM}eabi"; fi TERMUX_PKG_BUILD_IN_SRC=yes + termux_step_pre_configure () { -LDFLAGS+=" -lcrypt -llog" + LDFLAGS+=" -lcrypt -llog" cp $TERMUX_PKG_BUILDER_DIR/getpass.c $TERMUX_PKG_SRCDIR/include/ cp $TERMUX_PKG_BUILDER_DIR/getpass.h $TERMUX_PKG_SRCDIR/include/ cd $TERMUX_PKG_SRCDIR autoreconf -if -touch $TERMUX_PKG_SRCDIR/imap/lnxok + touch $TERMUX_PKG_SRCDIR/imap/lnxok + export TPATH=$PATH } -export TPATH=$PATH -termux_step_pre_make () { + +termux_step_post_configure() { cd pith - $CC_FOR_BUILD help_c_gen.c -o help_c_gen + $CC_FOR_BUILD help_c_gen.c -o help_c_gen $CC_FOR_BUILD help_h_gen.c -o help_h_gen }