From 822b568230d7b85b7460acdfe6d1f4cc1290ae75 Mon Sep 17 00:00:00 2001 From: jow Date: Mon, 11 Jun 2012 21:58:11 +0000 Subject: [PATCH] [packages] libgcrypt: autoreconf is broken with this package, use patch-libtool fixup git-svn-id: svn://svn.openwrt.org/openwrt/packages@32215 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libgcrypt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libgcrypt/Makefile b/libs/libgcrypt/Makefile index ae4899a95..181cb9247 100644 --- a/libs/libgcrypt/Makefile +++ b/libs/libgcrypt/Makefile @@ -15,7 +15,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.gnupg.org/gcrypt/libgcrypt PKG_MD5SUM:=693f9c64d50c908bc4d6e01da3ff76d8 -PKG_FIXUP:=libtool no-autoreconf +PKG_FIXUP:=patch-libtool PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1