diff options
Diffstat (limited to 'extra/links')
-rwxr-xr-x | extra/links/build | 4 | ||||
-rw-r--r-- | extra/links/checksums | 2 | ||||
-rw-r--r-- | extra/links/sources | 2 | ||||
-rw-r--r-- | extra/links/version | 2 |
4 files changed, 7 insertions, 3 deletions
diff --git a/extra/links/build b/extra/links/build index 51eedad9..6e2291c8 100755 --- a/extra/links/build +++ b/extra/links/build @@ -8,5 +8,9 @@ export LDFLAGS="$LDFLAGS -static" --without-libevent \ --with-ssl +# We don't need libbsd, there is no way to disable it from +printf '#undef HAVE_LIBBSD\n' >> config.h +clsed 's/-lbsd//' Makefile + make make DESTDIR="$1" install diff --git a/extra/links/checksums b/extra/links/checksums index 7990ad67..cef76de2 100644 --- a/extra/links/checksums +++ b/extra/links/checksums @@ -1,2 +1,2 @@ %BLAKE3 -9cdbae2fecb112b96ad8ecc02ce37581e8ce8033a075f658fff15e39cf6a756a links-2.24.tar.bz2 +aa3d076f922ed58689de981566b1665709cc4e5efb1636c863fd0401727f75bb links-2.30.tar.bz2 diff --git a/extra/links/sources b/extra/links/sources index 591db3aa..9b15c028 100644 --- a/extra/links/sources +++ b/extra/links/sources @@ -1 +1 @@ -http://links.twibright.com/download/links-2.24.tar.bz2 +http://links.twibright.com/download/links-2.30.tar.bz2 diff --git a/extra/links/version b/extra/links/version index 857af57a..fa5f2f59 100644 --- a/extra/links/version +++ b/extra/links/version @@ -1 +1 @@ -2.24 1 +2.30 1 |