aboutsummaryrefslogtreecommitdiff
path: root/extra/links
diff options
context:
space:
mode:
Diffstat (limited to 'extra/links')
-rwxr-xr-xextra/links/build8
-rw-r--r--extra/links/checksums2
-rw-r--r--extra/links/sources2
-rw-r--r--extra/links/version2
4 files changed, 8 insertions, 6 deletions
diff --git a/extra/links/build b/extra/links/build
index 51eedad9..94034772 100755
--- a/extra/links/build
+++ b/extra/links/build
@@ -1,12 +1,14 @@
#!/bin/sh -e
-export LDFLAGS="$LDFLAGS -static"
-
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--without-libevent \
--with-ssl
-make
+# 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 LDFLAGS="$LDFLAGS -static"
make DESTDIR="$1" install
diff --git a/extra/links/checksums b/extra/links/checksums
index 1ce93b45..ae2e367e 100644
--- a/extra/links/checksums
+++ b/extra/links/checksums
@@ -1,2 +1,2 @@
%BLAKE3
-eff7afe66b41552c26c885c361642abda5bd81f129cc3947c66f432c4ee6c983 links-2.25.tar.bz2
+058ce6e16ba887d6c973c8d0b4e3d8f4617e607dc5ced1b2e8bfe2e574dbea01 links-2.29.tar.bz2
diff --git a/extra/links/sources b/extra/links/sources
index c05d1e8a..0f91618f 100644
--- a/extra/links/sources
+++ b/extra/links/sources
@@ -1 +1 @@
-http://links.twibright.com/download/links-2.25.tar.bz2
+http://links.twibright.com/download/links-2.29.tar.bz2
diff --git a/extra/links/version b/extra/links/version
index da8b1aa7..1a1e803a 100644
--- a/extra/links/version
+++ b/extra/links/version
@@ -1 +1 @@
-2.25 1
+2.29 1