From: Fredrik Fornwall Date: Sun, 15 Jan 2017 18:39:32 +0000 (+0100) Subject: elfutils: Note that it doesn't build with clang X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/862eacbaea2cd0e84e306fd806470285df7238a0 elfutils: Note that it doesn't build with clang --- diff --git a/packages/elfutils/build.sh b/packages/elfutils/build.sh index 8abf7147..1aced22c 100644 --- a/packages/elfutils/build.sh +++ b/packages/elfutils/build.sh @@ -4,6 +4,7 @@ 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-'"