Browse Source

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>
Michael Heimpold 9 years ago
parent
commit
064391a1d8
1 changed files with 3 additions and 4 deletions
  1. 3
    4
      lang/php5/pecl.mk

+ 3
- 4
lang/php5/pecl.mk View File

1
 #
1
 #
2
-# Copyright (C) 2011-2014 OpenWrt.org
2
+# Copyright (C) 2011-2015 OpenWrt.org
3
 #
3
 #
4
 # This is free software, licensed under the GNU General Public License v2.
4
 # This is free software, licensed under the GNU General Public License v2.
5
 # See /LICENSE for more information.
5
 # See /LICENSE for more information.
10
   SECTION:=lang
10
   SECTION:=lang
11
   CATEGORY:=Languages
11
   CATEGORY:=Languages
12
   URL:=http://pecl.php.net/
12
   URL:=http://pecl.php.net/
13
-  MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
14
   DEPENDS:=php5
13
   DEPENDS:=php5
15
 endef
14
 endef
16
 
15
 
17
-define Build/Configure
16
+define Build/Prepare
17
+	$(Build/Prepare/Default)
18
 	( cd $(PKG_BUILD_DIR); $(STAGING_DIR_HOST)/usr/bin/phpize )
18
 	( cd $(PKG_BUILD_DIR); $(STAGING_DIR_HOST)/usr/bin/phpize )
19
-	$(Build/Configure/Default)
20
 endef
19
 endef
21
 
20
 
22
 CONFIGURE_ARGS+= \
21
 CONFIGURE_ARGS+= \