Browse Source

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 <mhei@heimpold.de>
lilik-openwrt-22.03
Michael Heimpold 5 years ago
parent
commit
ebf284454a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lang/php7-pecl-http/Makefile

+ 1
- 0
lang/php7-pecl-http/Makefile View 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" \


Loading…
Cancel
Save