php5: pecl: move phpize into prepare stage
authorMichael Heimpold <mhei@heimpold.de>
Fri, 15 May 2015 20:57:35 +0000 (22:57 +0200)
committerMichael Heimpold <mhei@heimpold.de>
Fri, 15 May 2015 20:57:35 +0000 (22:57 +0200)
This allows pecl modules to rely on PKG_FIXUP:=autoreconf.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lang/php5/pecl.mk

index e1b98196377f3d59234b213203b6d864442da776..ee2a5ce771a20d74ff857c2ca1f1b2eff111b4d9 100644 (file)
@@ -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+= \