X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/7b467de9c79ed4205444117f2c574142b7f3c322..862eacbaea2cd0e84e306fd806470285df7238a0:/packages/elfutils/build.sh diff --git a/packages/elfutils/build.sh b/packages/elfutils/build.sh index fc8cd4c8..1aced22c 100644 --- a/packages/elfutils/build.sh +++ b/packages/elfutils/build.sh @@ -1,9 +1,10 @@ -TERMUX_PKG_VERSION=0.167 +TERMUX_PKG_VERSION=0.168 TERMUX_PKG_HOMEPAGE=https://fedorahosted.org/elfutils/ TERMUX_PKG_DESCRIPTION="ELF object file access library" TERMUX_PKG_SRCURL=https://fedorahosted.org/releases/e/l/elfutils/${TERMUX_PKG_VERSION}/elfutils-${TERMUX_PKG_VERSION}.tar.bz2 # libandroid-support for langinfo. TERMUX_PKG_DEPENDS="libandroid-support, liblzma, libbz2" +TERMUX_PKG_CLANG=no # Use "eu-" as program prefix to avoid conflict with binutils programs. # This is what several linux distributions do. TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--program-prefix='eu-'"