From 3d92bdbff7800b5f21cc6dee919b80331160d846 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 16 Aug 2023 20:13:13 -0400 Subject: [PATCH] elinks: rebuild for openssl3 --- srcpkgs/elinks/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/elinks/template b/srcpkgs/elinks/template index c01ad2ece3c..8193bacf83c 100644 --- a/srcpkgs/elinks/template +++ b/srcpkgs/elinks/template @@ -1,7 +1,7 @@ # Template file for 'elinks' pkgname=elinks version=0.16.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-true-color --enable-fastmem --without-spidermonkey" hostmakedepends="automake libtool pkg-config gettext" @@ -14,6 +14,8 @@ homepage="https://github.com/rkd77/elinks" changelog="https://raw.githubusercontent.com/rkd77/elinks/master/NEWS" distfiles="https://github.com/rkd77/elinks/archive/v${version}.tar.gz" checksum=5494a73737eeb182fe2333b74e9b6192170f583c7722a0650dcd14ef088b9dfb +# ld: no input files +disable_parallel_build=yes pre_configure() { autoreconf -fi