Rebuild libidn with disable-version-scripts
authorFredrik Fornwall <fredrik@fornwall.net>
Tue, 1 Dec 2015 12:48:33 +0000 (07:48 -0500)
committerFredrik Fornwall <fredrik@fornwall.net>
Tue, 1 Dec 2015 12:48:33 +0000 (07:48 -0500)
packages/libidn/build.sh

index 850ca9d..b51a127 100644 (file)
@@ -1,6 +1,8 @@
 TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/libidn/
 TERMUX_PKG_DESCRIPTION="GNU Libidn library, implementation of IETF IDN specifications"
 TERMUX_PKG_VERSION=1.32
+TERMUX_PKG_BUILD_REVISION=1
 TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/libidn/libidn-${TERMUX_PKG_VERSION}.tar.gz
 # Remove the idn tool for now, add it as subpackage if desired::
 TERMUX_PKG_RM_AFTER_INSTALL="bin/idn share/man/man1/idn.1 share/emacs"
+TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-ld-version-script"