apache: revert to pkg-config
[ci skip]
This commit is contained in:
parent
993f463b06
commit
b44a0292e1
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'apache'
|
||||
pkgname=apache
|
||||
version=2.4.38
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="httpd-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all
|
||||
|
@ -28,7 +28,7 @@ conf_files="
|
|||
/etc/${pkgname}/httpd.conf
|
||||
/etc/${pkgname}/magic
|
||||
/etc/${pkgname}/mime.types"
|
||||
hostmakedepends="pkgconf perl apr-util-devel"
|
||||
hostmakedepends="pkg-config perl apr-util-devel"
|
||||
makedepends="zlib-devel libuuid-devel pcre-devel nghttp2-devel
|
||||
libressl-devel db-devel gdbm-devel expat-devel libldap-devel apr-util-devel"
|
||||
short_desc="Apache http server"
|
||||
|
|
Loading…
Reference in a new issue