diff options
Diffstat (limited to 'core')
-rwxr-xr-x | core/byacc/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/byacc/build b/core/byacc/build index 534df9cd..cc21d9ed 100755 --- a/core/byacc/build +++ b/core/byacc/build @@ -1,5 +1,7 @@ #!/bin/sh -e +export LDFLAGS="$LDFLAGS -static" + ./configure \ --prefix=/usr \ --program-transform='s/^/b/' |