diff options
author | Cem Keylan <cem@ckyln.com> | 2024-10-05 14:31:03 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2024-10-05 14:31:03 +0200 |
commit | 0ebf75e3b6d517d032c4311b425c8ef982a3a917 (patch) | |
tree | a7b9766d33aedc85e91fc2475f820a91d175ae1e /extra/links/build | |
parent | 3f958f8133a362302fe10e5757f239b874050de7 (diff) | |
download | repository-0ebf75e3b6d517d032c4311b425c8ef982a3a917.tar.gz |
links: bump to 2.30
Diffstat (limited to 'extra/links/build')
-rwxr-xr-x | extra/links/build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/links/build b/extra/links/build index 94034772..6e2291c8 100755 --- a/extra/links/build +++ b/extra/links/build @@ -1,5 +1,7 @@ #!/bin/sh -e +export LDFLAGS="$LDFLAGS -static" + ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ @@ -10,5 +12,5 @@ printf '#undef HAVE_LIBBSD\n' >> config.h clsed 's/-lbsd//' Makefile -make LDFLAGS="$LDFLAGS -static" +make make DESTDIR="$1" install |