elfutils: Remove -lintl after libintl.h change

This commit is contained in:
Fredrik Fornwall 2017-08-17 00:39:19 +02:00
parent eaa7b49107
commit 1e76a0be0e

View File

@ -15,7 +15,6 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--program-prefix='eu-'
TERMUX_PKG_RM_AFTER_INSTALL="bin/eu-ar" TERMUX_PKG_RM_AFTER_INSTALL="bin/eu-ar"
termux_step_pre_configure() { termux_step_pre_configure() {
LDFLAGS+=" -lintl"
CFLAGS+=" -Wno-error=unused-value -Wno-error=format-nonliteral -Wno-error" CFLAGS+=" -Wno-error=unused-value -Wno-error=format-nonliteral -Wno-error"
# Exposes ACCESSPERMS in <sys/stat.h> which elfutils uses: # Exposes ACCESSPERMS in <sys/stat.h> which elfutils uses: