Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=19015b10de3e7a1e2f8328a05d06ec53631f15d9
commit 19015b10de3e7a1e2f8328a05d06ec53631f15d9 Author: crazy <[email protected]> Date: Mon Feb 5 00:35:28 2018 +0100 apache-2.4.29-2-x86_64 * rebuild with tc * we need Fautoreconf && force ac_cv_mkdir_p=yes diff --git a/source/network/apache/FrugalBuild b/source/network/apache/FrugalBuild index 593ac6d..a535f04 100644 --- a/source/network/apache/FrugalBuild +++ b/source/network/apache/FrugalBuild @@ -4,7 +4,7 @@ pkgname=apache pkgver=2.4.29 -pkgrel=1 +pkgrel=2 pkgdesc="A high performance Unix-based HTTP server (with SSL)" url="http://httpd.apache.org/" backup=(etc/httpd/conf/{httpd.conf,mime.types,magic,ssl.crt/server.crt,ssl.csr/server.csr,ssl.key/server.key} \ @@ -38,6 +38,7 @@ build() { Fcd httpd-$pkgver + Fautoreconf Fbuild \ --sysconfdir=/etc/httpd/conf \ --enable-layout=RedHat \ @@ -80,7 +81,7 @@ build() --enable-suexec \ --with-suexec-logfile=/var/log/httpd/suexec.log \ --with-suexec-bin=/usr/bin/suexec \ - --with-suexec-caller=nobody + --with-suexec-caller=nobody ac_cv_mkdir_p=yes Fmkdir /etc/httpd/conf/modules.d/ ## compat _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
