mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dante: enable preload support
This commit is contained in:
parent
c4a629cfd1
commit
e795a195bc
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dante'
|
# Template file for 'dante'
|
||||||
pkgname=dante
|
pkgname=dante
|
||||||
version=1.4.2
|
version=1.4.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="tar automake libtool"
|
hostmakedepends="tar automake libtool"
|
||||||
short_desc="SOCKS server and client"
|
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"
|
distfiles="http://www.inet.no/dante/files/dante-${version}.tar.gz"
|
||||||
checksum=4c97cff23e5c9b00ca1ec8a95ab22972813921d7fbf60fc453e3e06382fc38a7
|
checksum=4c97cff23e5c9b00ca1ec8a95ab22972813921d7fbf60fc453e3e06382fc38a7
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
configure_args="--with-libc=libc.so.6"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue