From d67f55470f764b93112a428ebc8cb7934cbd1924 Mon Sep 17 00:00:00 2001 From: jow Date: Thu, 9 Dec 2010 20:18:38 +0000 Subject: [PATCH] [packages] php5: don't autoreconf git-svn-id: svn://svn.openwrt.org/openwrt/packages@24401 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/php5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/php5/Makefile b/lang/php5/Makefile index ba3d992d3..538f5d748 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.php.net/distributions/ PKG_MD5SUM:=63e97ad450f0f7259e785100b634c797 -PKG_FIXUP:=libtool +PKG_FIXUP:=libtool no-autoreconf PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk