diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-06 09:56:53 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-06 09:56:53 +0300 |
commit | 7f04dd8a1cb409073b0d586cb7c5046ce893d680 (patch) | |
tree | 788c64816c052f523f66d9e3bd9f7cb7301aa76f /extra/bison/build | |
parent | f3528192ea8ff6836c6c5804ada849bd47a7f6bd (diff) | |
download | repository-7f04dd8a1cb409073b0d586cb7c5046ce893d680.tar.gz |
bison: bump to 3.7.2
Diffstat (limited to 'extra/bison/build')
-rwxr-xr-x | extra/bison/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/bison/build b/extra/bison/build index 6daf22f8..bbd53ee2 100755 --- a/extra/bison/build +++ b/extra/bison/build @@ -1,5 +1,7 @@ #!/bin/sh -e +export LDFLAGS="$LDFLAGS -static" + ./configure \ --prefix=/usr |