mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #7622 from cotequeiroz/php7-pecl-http_libidnkit
php7-pecl-http: ensure libidnkit is disabled
This commit is contained in:
@@ -9,7 +9,7 @@ PECL_NAME:=pecl_http
|
|||||||
PECL_LONGNAME:=Extended HTTP Support
|
PECL_LONGNAME:=Extended HTTP Support
|
||||||
|
|
||||||
PKG_VERSION:=3.2.0
|
PKG_VERSION:=3.2.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_HASH:=6fb7f038365fb1f3302f1b7e7d6b55d5c422bdea36057b1efe02bbe6ad3cc01b
|
PKG_HASH:=6fb7f038365fb1f3302f1b7e7d6b55d5c422bdea36057b1efe02bbe6ad3cc01b
|
||||||
|
|
||||||
PKG_NAME:=php7-pecl-http
|
PKG_NAME:=php7-pecl-http
|
||||||
@@ -51,7 +51,9 @@ CONFIGURE_ARGS+= \
|
|||||||
--without-http-shared-deps \
|
--without-http-shared-deps \
|
||||||
--with-http-libcurl-dir="$(STAGING_DIR)/usr" \
|
--with-http-libcurl-dir="$(STAGING_DIR)/usr" \
|
||||||
--with-http-libevent-dir="$(STAGING_DIR)/usr" \
|
--with-http-libevent-dir="$(STAGING_DIR)/usr" \
|
||||||
--with-http-libidn-dir="$(STAGING_DIR)/usr"
|
--with-http-libidn-dir="$(STAGING_DIR)/usr" \
|
||||||
|
--with-http-libidnkit-dir=no \
|
||||||
|
--with-http-libidnkit2-dir=no
|
||||||
|
|
||||||
$(eval $(call PECLPackage,http,$(PECL_LONGNAME),+icu +libcurl +librt +libevent2 +PACKAGE_libidn:libidn +libidn2 +php7-mod-hash +php7-mod-iconv +php7-mod-session +php7-pecl-raphf +php7-pecl-propro,30))
|
$(eval $(call PECLPackage,http,$(PECL_LONGNAME),+icu +libcurl +librt +libevent2 +PACKAGE_libidn:libidn +libidn2 +php7-mod-hash +php7-mod-iconv +php7-mod-session +php7-pecl-raphf +php7-pecl-propro,30))
|
||||||
$(eval $(call BuildPackage,$(PKG_NAME)))
|
$(eval $(call BuildPackage,$(PKG_NAME)))
|
||||||
|
|||||||
Reference in New Issue
Block a user