This allows pecl modules to rely on PKG_FIXUP:=autoreconf.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
#
-# 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.
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+= \