From ccafdc00296cbaef8d901c34cec25c38291caedd Mon Sep 17 00:00:00 2001 From: shtayerc Date: Sun, 22 Mar 2020 10:24:58 +0100 Subject: [PATCH] dante: enable preload support --- srcpkgs/dante/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/dante/template b/srcpkgs/dante/template index 0d2c48da378..44e08fd6ab1 100644 --- a/srcpkgs/dante/template +++ b/srcpkgs/dante/template @@ -1,7 +1,7 @@ # Template file for 'dante' pkgname=dante version=1.4.2 -revision=2 +revision=3 build_style=gnu-configure hostmakedepends="tar automake libtool" short_desc="SOCKS server and client" @@ -11,6 +11,10 @@ homepage="http://www.inet.no/dante/index.html" distfiles="http://www.inet.no/dante/files/dante-${version}.tar.gz" checksum=4c97cff23e5c9b00ca1ec8a95ab22972813921d7fbf60fc453e3e06382fc38a7 +if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then + configure_args="--with-libc=libc.so.6" +fi + pre_configure() { autoreconf -fi }