php7-pecl-http: give hint about zlib staging dir
authorMichael Heimpold <mhei@heimpold.de>
Mon, 4 Feb 2019 21:30:45 +0000 (22:30 +0100)
committerMichael Heimpold <mhei@heimpold.de>
Mon, 4 Feb 2019 21:30:49 +0000 (22:30 +0100)
Buildbots currently fail to find zlib souces, so try to give
this hint with configure parameters.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lang/php7-pecl-http/Makefile

index aebd9cc04e3a66d714ba8dceb3741317d13745ff..68079048ba2e3162d9ef785ec5b1845334e5d63f 100644 (file)
@@ -49,6 +49,7 @@ CONFIGURE_VARS+= \
 CONFIGURE_ARGS+= \
        --with-http \
        --without-http-shared-deps \
+       --with-http-zlib-dir="$(STAGING_DIR)/usr" \
        --with-http-libcurl-dir="$(STAGING_DIR)/usr" \
        --with-http-libevent-dir="$(STAGING_DIR)/usr" \
        --with-http-libidn-dir="$(STAGING_DIR)/usr" \