diff options
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 |