From ebf284454a8125a43d5e9ae149f9e59b6fd5ca51 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Mon, 4 Feb 2019 22:30:45 +0100 Subject: [PATCH] php7-pecl-http: give hint about zlib staging dir Buildbots currently fail to find zlib souces, so try to give this hint with configure parameters. Signed-off-by: Michael Heimpold --- lang/php7-pecl-http/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/php7-pecl-http/Makefile b/lang/php7-pecl-http/Makefile index aebd9cc04..68079048b 100644 --- a/lang/php7-pecl-http/Makefile +++ b/lang/php7-pecl-http/Makefile @@ -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" \