diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-03 11:57:56 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-03 11:57:56 +0300 |
commit | 0ff9741d83fa274ef6ac2ba5ce8f00e525206d65 (patch) | |
tree | 4ab07c84b5e90f4422d948aae23da6b4421b76e2 /core/byacc | |
parent | 21d9d035abc6ff178a0fd1a1b9de307e5ac52393 (diff) | |
download | repository-0ff9741d83fa274ef6ac2ba5ce8f00e525206d65.tar.gz |
byacc: link statically
Diffstat (limited to 'core/byacc')
-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/' |