commit 0ff9741d83fa274ef6ac2ba5ce8f00e525206d65 parent 21d9d035abc6ff178a0fd1a1b9de307e5ac52393 Author: Cem Keylan <cem@ckyln.com> Date: Wed, 3 Jun 2020 11:57:56 +0300 byacc: link statically Diffstat:
M | core/byacc/build | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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/'