From: Michael Heimpold Date: Wed, 7 Sep 2016 21:19:01 +0000 (+0200) Subject: php7-pecl-{dio,libevent}: refine build dir to avoid collisions with php5 package... X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=edce81222a69f760741d5bc51a34630b33688428;p=openwrt-packages.git php7-pecl-{dio,libevent}: refine build dir to avoid collisions with php5 package variants (refs #3149) Signed-off-by: Michael Heimpold --- diff --git a/lang/php7-pecl-dio/Makefile b/lang/php7-pecl-dio/Makefile index cbb5b2dc9..bcf32a164 100644 --- a/lang/php7-pecl-dio/Makefile +++ b/lang/php7-pecl-dio/Makefile @@ -16,7 +16,7 @@ PKG_NAME:=php7-pecl-$(PECL_NAME) PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://pecl.php.net/get/ -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PECL_NAME)-$(PKG_VERSION) +PKG_BUILD_DIR:=$(BUILD_DIR)/pecl-php7/$(PECL_NAME)-$(PKG_VERSION) PKG_BUILD_PARALLEL:=1 PKG_MAINTAINER:=Michael Heimpold diff --git a/lang/php7-pecl-libevent/Makefile b/lang/php7-pecl-libevent/Makefile index b821ce17b..272b34a79 100644 --- a/lang/php7-pecl-libevent/Makefile +++ b/lang/php7-pecl-libevent/Makefile @@ -23,7 +23,7 @@ PKG_MAINTAINER:=Michael Heimpold PKG_LICENSE:=PHPv3.01 PKG_LICENSE_FILES:= -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PECL_NAME)-$(PKG_SOURCE_VERSION) +PKG_BUILD_DIR:=$(BUILD_DIR)/pecl-php7/$(PECL_NAME)-$(PKG_SOURCE_VERSION) PKG_BUILD_PARALLEL:=1 PKG_FIXUP:=autoreconf