apache: rebuild for libxcrypt
This commit is contained in:
parent
3f7c99b6da
commit
8bafa4dc0f
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'apache'
|
||||
pkgname=apache
|
||||
version=2.4.56
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all
|
||||
--enable-mods-shared=all --enable-authn-dbm --enable-authn-anon
|
||||
|
@ -36,6 +36,10 @@ changelog="https://www.apache.org/dist/httpd/CHANGES_2.4"
|
|||
distfiles="https://archive.apache.org/dist/httpd/httpd-${version}.tar.bz2"
|
||||
checksum=d8d45f1398ba84edd05bb33ca7593ac2989b17cb9c7a0cafe5442d41afdb2d7c
|
||||
|
||||
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||
makedepends+=" libxcrypt-devel"
|
||||
fi
|
||||
|
||||
system_accounts="_apache"
|
||||
_apache_homedir="/srv/www/$pkgname"
|
||||
|
||||
|
|
Loading…
Reference in New Issue