cyrus-sasl failed to compile in my environment. This patch closes ticket https://dev.openwrt.org/ticket/11700
Signed-off-by: Mark Baugher <[email protected]> --- libs/cyrus-sasl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/cyrus-sasl/Makefile b/libs/cyrus-sasl/Makefile index 84acdb9..2a12298 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 libtool 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 -- 1.7.9.5 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
