From 8bafa4dc0f24a736b12ee920022867e0fbc8f1f1 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Tue, 8 Aug 2023 16:36:44 -0700 Subject: [PATCH] apache: rebuild for libxcrypt --- srcpkgs/apache/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/apache/template b/srcpkgs/apache/template index ad9b3e23a72..283f7c589fa 100644 --- a/srcpkgs/apache/template +++ b/srcpkgs/apache/template @@ -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"