php7-pecl-mcrypt: adapt to PHP 7.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
parent
5d46380861
commit
805e6d0041
1 changed files with 1 additions and 3 deletions
|
@ -9,7 +9,7 @@ PECL_NAME:=mcrypt
|
|||
PECL_LONGNAME:=Bindings for the libmcrypt library
|
||||
|
||||
PKG_VERSION:=1.0.3
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_HASH:=affd675843a079e9efd49ac2f723286dd5bcb0916315aa53e2ae5edd5eadb034
|
||||
|
||||
PKG_NAME:=php7-pecl-mcrypt
|
||||
|
@ -25,8 +25,6 @@ PKG_BUILD_DEPENDS:=php7
|
|||
PKG_BUILD_DIR:=$(BUILD_DIR)/pecl-php7/$(PECL_NAME)-$(PKG_VERSION)
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/nls.mk
|
||||
include ../php7/pecl.mk
|
||||
|
|
Loading…
Reference in a new issue