[oe-commits] [meta-openembedded] 01/23: apache2: Add PACKAGECONFIG zlib option for mod_deflate

git at git.openembedded.org git at git.openembedded.org
Sat Jun 30 16:05:40 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 09eb0ca5d2d7306658ae2edefaba5c2032f829dd
Author: Haiqing Bai <Haiqing.Bai at windriver.com>
AuthorDate: Fri Jun 29 10:48:13 2018 +0800

    apache2: Add PACKAGECONFIG zlib option for mod_deflate
    
    The configure options '--enable-deflate' or '--with-z' make
    the package depends on zlib. PACKAGECONFIG should be defined
    to clear the dependency.
    
    Signed-off-by: Haiqing Bai <Haiqing.Bai at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-webserver/recipes-httpd/apache2/apache2_2.4.29.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.29.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.29.bb
index c422092..b08e037 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.29.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.29.bb
@@ -64,6 +64,7 @@ EXTRA_OECONF = "--enable-ssl \
 PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}"
 PACKAGECONFIG[selinux] = "--enable-selinux --enable-layout=Debian --prefix=${base_prefix}/,--disable-selinux,libselinux,libselinux"
 PACKAGECONFIG[openldap] = "--enable-ldap --enable-authnz-ldap,--disable-ldap --disable-authnz-ldap,openldap"
+PACKAGECONFIG[zlib] = "--enable-deflate --with-z=${STAGING_LIBDIR},,zlib,zlib"
 
 do_configure_prepend() {
         sed -i -e 's:$''{prefix}/usr/lib/cgi-bin:$''{libdir}/cgi-bin:g' ${S}/config.layout

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list