diff options
Diffstat (limited to 'extra/bison')
-rwxr-xr-x | extra/bison/build | 2 | ||||
-rw-r--r-- | extra/bison/checksums | 2 | ||||
-rw-r--r-- | extra/bison/sources | 2 | ||||
-rw-r--r-- | extra/bison/version | 2 |
4 files changed, 5 insertions, 3 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 diff --git a/extra/bison/checksums b/extra/bison/checksums index 24b692a5..038cadee 100644 --- a/extra/bison/checksums +++ b/extra/bison/checksums @@ -1 +1 @@ -55c215521a13982a9bee68cd42eed51a65713f96c530a739a57de4438ac1bb69 bison-3.7.1.tar.xz +7948d193104d979c0fb0294a1854c73c89d72ae41acfc081826142578a78a91b bison-3.7.2.tar.xz diff --git a/extra/bison/sources b/extra/bison/sources index c9972e87..6850ee7e 100644 --- a/extra/bison/sources +++ b/extra/bison/sources @@ -1 +1 @@ -https://ftp.gnu.org/gnu/bison/bison-3.7.1.tar.xz +https://ftp.gnu.org/gnu/bison/bison-3.7.2.tar.xz diff --git a/extra/bison/version b/extra/bison/version index f6cb9b11..9cab2d63 100644 --- a/extra/bison/version +++ b/extra/bison/version @@ -1 +1 @@ -3.7.1 1 +3.7.2 1 |