mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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>
This commit is contained in:
committed by
W. Michael Petullo
parent
83ad5a9233
commit
f04165e4e0
+3
-4
@@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@@ -10,13 +10,12 @@ define Package/php5-pecl/Default
|
|||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
URL:=http://pecl.php.net/
|
URL:=http://pecl.php.net/
|
||||||
MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
|
|
||||||
DEPENDS:=php5
|
DEPENDS:=php5
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Prepare
|
||||||
|
$(Build/Prepare/Default)
|
||||||
( cd $(PKG_BUILD_DIR); $(STAGING_DIR_HOST)/usr/bin/phpize )
|
( cd $(PKG_BUILD_DIR); $(STAGING_DIR_HOST)/usr/bin/phpize )
|
||||||
$(Build/Configure/Default)
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
|
|||||||
Reference in New Issue
Block a user