mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 03:41:29 +00:00
php7-pecl-libevent: adapt to PHP 7.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
@@ -10,7 +10,7 @@ PECL_LONGNAME:=Libevent - event notification
|
||||
|
||||
PKG_NAME:=php7-pecl-$(PECL_NAME)
|
||||
PKG_VERSION=2019-05-30-$(PKG_SOURCE_VERSION)
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/expressif/pecl-event-libevent.git
|
||||
@@ -27,8 +27,6 @@ PKG_LICENSE_FILES:=
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/pecl-php7/$(PECL_NAME)-$(PKG_SOURCE_VERSION)
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/nls.mk
|
||||
include ../php7/pecl.mk
|
||||
|
||||
Reference in New Issue
Block a user