php7-pecl-http: add dependency to php7-mod-hash
authorMichael Heimpold <redacted>
Sat, 25 Nov 2017 12:08:18 +0000 (13:08 +0100)
committerMichael Heimpold <redacted>
Sat, 25 Nov 2017 12:08:18 +0000 (13:08 +0100)
Signed-off-by: Michael Heimpold <redacted>
lang/php7-pecl-http/Makefile

index 65874fcda030a81bac737e36dc607fc544482d4e..15d47a891c129fe7f5d054e11704759b3413d726 100644 (file)
@@ -9,7 +9,7 @@ PECL_NAME:=pecl_http
 PECL_LONGNAME:=Extended HTTP Support
 
 PKG_VERSION:=3.1.0
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 PKG_HASH:=e3de67b156e7d5f6c2e5eb1e2b5f0acceb7004f1260d68c9f8b2c0f9629aabf0
 
 PKG_NAME:=php7-pecl-http
@@ -53,5 +53,5 @@ CONFIGURE_ARGS+= \
        --with-http-libevent-dir="$(STAGING_DIR)/usr" \
        --with-http-libidn-dir="$(STAGING_DIR)/usr"
 
-$(eval $(call PECLPackage,http,$(PECL_LONGNAME),+icu +libcurl +librt +libevent2 +libidn +php7-mod-iconv +php7-mod-session +php7-pecl-raphf +php7-pecl-propro,30))
+$(eval $(call PECLPackage,http,$(PECL_LONGNAME),+icu +libcurl +librt +libevent2 +libidn +php7-mod-hash +php7-mod-iconv +php7-mod-session +php7-pecl-raphf +php7-pecl-propro,30))
 $(eval $(call BuildPackage,$(PKG_NAME)))
git clone https://git.99rst.org/PROJECT