ltrace: Build with --without-libunwind

This fixes building when libunwind is available.
This commit is contained in:
Fredrik Fornwall 2017-03-23 22:44:06 +01:00
parent cff3a76b91
commit 4e7d603e94

View File

@ -2,16 +2,18 @@ TERMUX_PKG_HOMEPAGE=http://www.ltrace.org/
TERMUX_PKG_DESCRIPTION="Tracks runtime library calls in dynamically linked programs" TERMUX_PKG_DESCRIPTION="Tracks runtime library calls in dynamically linked programs"
TERMUX_PKG_VERSION=0.7.3.20160411 TERMUX_PKG_VERSION=0.7.3.20160411
TERMUX_PKG_DEPENDS="elfutils" TERMUX_PKG_DEPENDS="elfutils"
_COMMIT=2def9f1217374cc8371105993003b2c663aefda7 local _COMMIT=2def9f1217374cc8371105993003b2c663aefda7
TERMUX_PKG_SRCURL=https://github.com/dkogan/ltrace/archive/${_COMMIT}.zip TERMUX_PKG_SRCURL=https://github.com/dkogan/ltrace/archive/${_COMMIT}.zip
TERMUX_PKG_SHA256=d089ae8affd8af782c12aed7ba97f44c7f55b60033ec78ab07e415e7b091a90c
TERMUX_PKG_FOLDERNAME=ltrace-${_COMMIT} TERMUX_PKG_FOLDERNAME=ltrace-${_COMMIT}
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_host=$TERMUX_ARCH-generic-linux-gnu" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
# Needed for clang build: --disable-werror
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --disable-werror" --without-libunwind
ac_cv_host=$TERMUX_ARCH-generic-linux-gnu
"
termux_step_pre_configure () { termux_step_pre_configure () {
#CFLAGS+=" -Wno-error=maybe-uninitialized" # rindex is an obsolete version of strrchr which is not available in Android:
# rindex is obsolete name of strrchr which is not available in Android:
CFLAGS+=" -Drindex=strrchr" CFLAGS+=" -Drindex=strrchr"
autoreconf -i ../src autoreconf -i ../src