commit 064391a1d8a38155ca7a9e7a800ef46e0a42b19c
parent 345e344935d715641302d3da3f4ee5d517adc53a
Author: Michael Heimpold <mhei@heimpold.de>
Date: Fri, 15 May 2015 22:57:35 +0200
php5: pecl: move phpize into prepare stage
This allows pecl modules to rely on PKG_FIXUP:=autoreconf.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat:
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/lang/php5/pecl.mk b/lang/php5/pecl.mk
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2011-2014 OpenWrt.org
+# Copyright (C) 2011-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -10,13 +10,12 @@ define Package/php5-pecl/Default
SECTION:=lang
CATEGORY:=Languages
URL:=http://pecl.php.net/
- MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
DEPENDS:=php5
endef
-define Build/Configure
+define Build/Prepare
+ $(Build/Prepare/Default)
( cd $(PKG_BUILD_DIR); $(STAGING_DIR_HOST)/usr/bin/phpize )
- $(Build/Configure/Default)
endef
CONFIGURE_ARGS+= \