diff options
author | Cem Keylan <cem@ckyln.com> | 2020-07-02 13:42:20 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-07-02 13:42:20 +0300 |
commit | a398c8cb72180f07926cc791ff26b4137c659e0e (patch) | |
tree | cb509a0e965013b17862ecd4e81f10a72e681be5 /extra/nasm | |
parent | 0f1e423d4be1a0cd8cd1dd769326b89975ca8724 (diff) | |
download | repository-a398c8cb72180f07926cc791ff26b4137c659e0e.tar.gz |
nasm: link statically
Diffstat (limited to 'extra/nasm')
-rwxr-xr-x | extra/nasm/build | 2 |
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 |