[packages] mysql: don't autoreconf
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 9 Dec 2010 19:25:08 +0000 (19:25 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 9 Dec 2010 19:25:08 +0000 (19:25 +0000)
SVN-Revision: 24398

libs/mysql/Makefile

index 7b32305c88c73b2d1a22eb4fb4c794ab52cc71e9..e7a111cb64285b53819b64ea626dfcd21543f2b8 100644 (file)
@@ -21,7 +21,8 @@ PKG_MD5SUM:=e5e7c5b0b5c382489e6a66778703bc46
 
 PKG_BUILD_DEPENDS:=libncurses libreadline
 PKG_BUILD_PARALLEL:=1
-PKG_FIXUP:=libtool
+
+PKG_FIXUP:=libtool no-autoreconf
 
 include $(INCLUDE_DIR)/package.mk