From a398c8cb72180f07926cc791ff26b4137c659e0e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 2 Jul 2020 13:42:20 +0300 Subject: nasm: link statically --- extra/nasm/build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extra/nasm') 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 -- cgit v1.2.3