mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
squid: rebuild for libxcrypt
This commit is contained in:
parent
bd6fe1b777
commit
fa74b52064
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'squid'
|
||||
pkgname=squid
|
||||
version=5.7
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--sysconfdir=/etc/squid
|
||||
|
@ -59,6 +59,10 @@ system_accounts="squid"
|
|||
# squid-conf-tests requires a squid user in the system
|
||||
make_check=no
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
export BUILDCXX="${CXX_host}"
|
||||
export BUILDCXXFLAGS="-O2"
|
||||
|
|
Loading…
Add table
Reference in a new issue