From f421d3e706d3b8619ffd8447b9174de929ca5750 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 30 May 2022 17:39:04 +0200 Subject: links: bump to 2.27 --- extra/links/build | 8 +++++--- extra/links/checksums | 2 +- extra/links/sources | 2 +- extra/links/version | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) (limited to 'extra') 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 815ed3f8..da367965 100644 --- a/extra/links/checksums +++ b/extra/links/checksums @@ -1,2 +1,2 @@ %BLAKE3 -2a28914abe60045cccc415894cbfce08f8fc76910855dfacb8b06e7cc20a00a2 links-2.26.tar.bz2 +173a2a8b8f077cf4c2de31848e5337dc074d164ae77af14c05ae26fd348548b4 links-2.27.tar.bz2 diff --git a/extra/links/sources b/extra/links/sources index 312e24bb..283045f0 100644 --- a/extra/links/sources +++ b/extra/links/sources @@ -1 +1 @@ -http://links.twibright.com/download/links-2.26.tar.bz2 +http://links.twibright.com/download/links-2.27.tar.bz2 diff --git a/extra/links/version b/extra/links/version index 45b245e5..ffad7425 100644 --- a/extra/links/version +++ b/extra/links/version @@ -1 +1 @@ -2.26 1 +2.27 1 -- cgit v1.2.3