aboutsummaryrefslogtreecommitdiff
path: root/extra/nasm
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-07-02 13:42:20 +0300
committerCem Keylan <cem@ckyln.com>2020-07-02 13:42:20 +0300
commita398c8cb72180f07926cc791ff26b4137c659e0e (patch)
treecb509a0e965013b17862ecd4e81f10a72e681be5 /extra/nasm
parent0f1e423d4be1a0cd8cd1dd769326b89975ca8724 (diff)
downloadrepository-a398c8cb72180f07926cc791ff26b4137c659e0e.tar.gz
nasm: link statically
Diffstat (limited to 'extra/nasm')
-rwxr-xr-xextra/nasm/build2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/nasm/build b/extra/nasm/build
index 6daf22f8..bbd53ee2 100755
--- a/extra/nasm/build
+++ b/extra/nasm/build
@@ -1,5 +1,7 @@
#!/bin/sh -e
+export LDFLAGS="$LDFLAGS -static"
+
./configure \
--prefix=/usr