php7-pecl-libevent: adapt to PHP 7.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
parent
9d50c48a21
commit
5d46380861
1 changed files with 1 additions and 3 deletions
|
@ -10,7 +10,7 @@ PECL_LONGNAME:=Libevent - event notification
|
||||||
|
|
||||||
PKG_NAME:=php7-pecl-$(PECL_NAME)
|
PKG_NAME:=php7-pecl-$(PECL_NAME)
|
||||||
PKG_VERSION=2019-05-30-$(PKG_SOURCE_VERSION)
|
PKG_VERSION=2019-05-30-$(PKG_SOURCE_VERSION)
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/expressif/pecl-event-libevent.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_DIR:=$(BUILD_DIR)/pecl-php7/$(PECL_NAME)-$(PKG_SOURCE_VERSION)
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/nls.mk
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
include ../php7/pecl.mk
|
include ../php7/pecl.mk
|
||||||
|
|
Loading…
Reference in a new issue