chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
cc3870b
)
Merge pull request #155 from michalbednarski/bison-m4-path
author
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 6 Mar 2016 06:16:08 +0000
(07:16 +0100)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 6 Mar 2016 06:16:08 +0000
(07:16 +0100)
bison: Don't use absolute path to m4
packages/bison/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/bison/build.sh
b/packages/bison/build.sh
index 5a6c50c7f6f8736b07b816175ccca1961d26f7e3..a80dde831827f2dd81bb3e692c21db94f1c55007 100644
(file)
--- a/
packages/bison/build.sh
+++ b/
packages/bison/build.sh
@@
-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"