Merge pull request #155 from michalbednarski/bison-m4-path

bison: Don't use absolute path to m4
This commit is contained in:
Fredrik Fornwall 2016-03-06 07:16:08 +01:00
commit 7842ed7ab2
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"