diff --git a/lang/php7/Makefile b/lang/php7/Makefile index 149941793..a36dfbb1f 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=7.2.13 +PKG_VERSION:=7.2.14 PKG_RELEASE:=1 PKG_MAINTAINER:=Michael Heimpold @@ -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:=14b0429abdb46b65c843e5882c9a8c46b31dfbf279c747293b8ab950c2644a4b +PKG_HASH:=ee3f1cc102b073578a3c53ba4420a76da3d9f0c981c02b1664ae741ca65af84f PKG_FIXUP:=libtool autoreconf PKG_BUILD_PARALLEL:=1 @@ -175,6 +175,7 @@ CONFIGURE_ARGS+= \ --enable-fpm \ --enable-shared \ --disable-static \ + --with-pic \ --disable-rpath \ --disable-debug \ --disable-phpdbg \