From c1faf707b55cdd0301cc9aed02f26cb28129a9e5 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 17 Jan 2009 21:02:20 +0000 Subject: [PATCH] [package] disable subversion sasl support, fix missing libpthread dependency, bump package release git-svn-id: svn://svn.openwrt.org/openwrt/packages@14078 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/subversion/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/subversion/Makefile b/net/subversion/Makefile index e0eae6388..26b3d277c 100644 --- a/net/subversion/Makefile +++ b/net/subversion/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=subversion PKG_VERSION:=1.5.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://subversion.tigris.org/downloads/ @@ -24,7 +24,7 @@ define Package/subversion/Default SECTION:=net CATEGORY:=Network TITLE:=A compelling replacement for CVS - DEPENDS:=+zlib +libneon +libintl +libapr +libaprutil +libsasl2 + DEPENDS:=+zlib +libneon +libintl +libapr +libaprutil +libpthread URL:=http://subversion.tigris.org/ SUBMENU:=subversion endef @@ -83,6 +83,7 @@ CONFIGURE_ARGS += \ --disable-neon-version-check \ --with-apxs=no \ --with-apache=no \ + --without-sasl \ CONFIGURE_VARS += \ svn_lib_neon=yes \ -- 2.11.0