mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
php7: update to 7.2.5
Also drop obsolete patches. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
+4
-4
@@ -6,7 +6,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=php
|
||||
PKG_VERSION:=7.2.4
|
||||
PKG_VERSION:=7.2.5
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
|
||||
@@ -16,7 +16,7 @@ PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=http://www.php.net/distributions/
|
||||
PKG_HASH:=7916b1bd148ddfd46d7f8f9a517d4b09cd8a8ad9248734e7c8dd91ef17057a88
|
||||
PKG_HASH:=af70a33b3f7a51510467199b39af151333fbbe4cc21923bad9c7cf64268cddb2
|
||||
|
||||
PKG_FIXUP:=libtool autoreconf
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
@@ -167,6 +167,7 @@ CONFIGURE_ARGS+= \
|
||||
--with-config-file-scan-dir=/etc/php7 \
|
||||
--disable-short-tags \
|
||||
\
|
||||
--without-valgrind \
|
||||
--with-pcre-regex="$(STAGING_DIR)/usr" \
|
||||
--with-zlib="$(STAGING_DIR)/usr" \
|
||||
--with-zlib-dir="$(STAGING_DIR)/usr"
|
||||
@@ -469,8 +470,7 @@ CONFIGURE_VARS+= \
|
||||
php_cv_cc_rpath="no" \
|
||||
iconv_impl_name="gnu_libiconv" \
|
||||
ac_cv_php_xml2_config_path="$(STAGING_DIR)/host/bin/xml2-config" \
|
||||
ac_cv_u8t_decompose=yes \
|
||||
ac_cv_enable_valgrind_check=no \
|
||||
ac_cv_u8t_decompose=yes
|
||||
|
||||
define Package/php7/conffiles
|
||||
/etc/php.ini
|
||||
|
||||
Reference in New Issue
Block a user