bison: Don't use absolute path to m4

This commit is contained in:
michalbednarski 2016-03-05 22:33:11 +01:00
parent cc3870bfd8
commit e5293e16a0
1 changed files with 2 additions and 0 deletions

View File

@ -4,3 +4,5 @@ TERMUX_PKG_VERSION=3.0.4
TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/bison/bison-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_BUILD_IN_SRC=yes
TERMUX_PKG_HOSTBUILD=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="M4=m4"