aboutsummaryrefslogtreecommitdiff
path: root/core/byacc
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-03 11:57:56 +0300
committerCem Keylan <cem@ckyln.com>2020-06-03 11:57:56 +0300
commit0ff9741d83fa274ef6ac2ba5ce8f00e525206d65 (patch)
tree4ab07c84b5e90f4422d948aae23da6b4421b76e2 /core/byacc
parent21d9d035abc6ff178a0fd1a1b9de307e5ac52393 (diff)
downloadrepository-0ff9741d83fa274ef6ac2ba5ce8f00e525206d65.tar.gz
byacc: link statically
Diffstat (limited to 'core/byacc')
-rwxr-xr-xcore/byacc/build2
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/'