From: Luka Perkov Date: Mon, 4 Feb 2013 14:23:27 +0000 (+0000) Subject: [packages] cyrus-sasl: add config/libtool.m4 to PKG_REMOVE_FILES list (closes #11700) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2e04e53ad68d5adc8fbd8aba359c4107d27f36a2;p=openwrt%2Fsvn-archive%2Farchive.git [packages] cyrus-sasl: add config/libtool.m4 to PKG_REMOVE_FILES list (closes #11700) Signed-off-by: Mark Baugher SVN-Revision: 35483 --- diff --git a/libs/cyrus-sasl/Makefile b/libs/cyrus-sasl/Makefile index 4a87dc7471..e18412530b 100644 --- a/libs/cyrus-sasl/Makefile +++ b/libs/cyrus-sasl/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cyrus-sasl PKG_VERSION:=2.1.23 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://ftp.andrew.cmu.edu/pub/cyrus-mail/ @@ -23,7 +23,7 @@ PKG_BUILD_DEPENDS:=libopenssl PKG_FIXUP:=autoreconf PKG_MACRO_PATHS:=cmulocal config ../cmulocal ../config PKG_AUTOMAKE_PATHS:=. saslauthd sasldb -PKG_REMOVE_FILES:=aclocal.m4 saslauthd/aclocal.m4 +PKG_REMOVE_FILES:=aclocal.m4 saslauthd/aclocal.m4 config/libtool.m4 include $(INCLUDE_DIR)/package.mk