ired: Make build respect LDFLAGS

This fixes DT_RUNPATH (see #3490).
This commit is contained in:
Fredrik Fornwall 2019-03-10 23:35:46 +01:00
parent e9d3fcea4c
commit 368547fbd3
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@ TERMUX_PKG_HOMEPAGE=https://github.com/radare/ired
TERMUX_PKG_DESCRIPTION="Minimalist hexadecimal editor"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_VERSION=0.6
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/radare/ired/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=c15d37b96b1a25c44435d824bd7ef1f9aea9dc191be14c78b689d3156312d58a
TERMUX_PKG_BUILD_IN_SRC=yes
termux_step_pre_configure() {
CFLAGS+=" $LDFLAGS"
}