aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-09 22:29:45 +0300
committerCem Keylan <cem@ckyln.com>2021-08-09 22:29:45 +0300
commit286e904c024c66f4db94371bb31204c74bc235ef (patch)
tree4ce802b43f21471e09c8a511b0c3cbe6b9914f50
parent5eb937d4c12fe0942f53e8ff2b3c408725aa58a7 (diff)
downloadrepository-286e904c024c66f4db94371bb31204c74bc235ef.tar.gz
bison: use gm4
-rwxr-xr-xextra/bison/build1
-rw-r--r--extra/bison/depends2
-rw-r--r--extra/bison/version2
3 files changed, 3 insertions, 2 deletions
diff --git a/extra/bison/build b/extra/bison/build
index bbd53ee2..65b3cad9 100755
--- a/extra/bison/build
+++ b/extra/bison/build
@@ -1,6 +1,7 @@
#!/bin/sh -e
export LDFLAGS="$LDFLAGS -static"
+export M4=gm4
./configure \
--prefix=/usr
diff --git a/extra/bison/depends b/extra/bison/depends
index e8fb4a13..995fb876 100644
--- a/extra/bison/depends
+++ b/extra/bison/depends
@@ -1 +1 @@
-m4 make
+m4
diff --git a/extra/bison/version b/extra/bison/version
index d8833805..930e665f 100644
--- a/extra/bison/version
+++ b/extra/bison/version
@@ -1 +1 @@
-3.7.6 1
+3.7.6 2