[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
This commit is contained in:
parent
0fac5dc87d
commit
c1faf707b5
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=subversion
|
PKG_NAME:=subversion
|
||||||
PKG_VERSION:=1.5.2
|
PKG_VERSION:=1.5.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://subversion.tigris.org/downloads/
|
PKG_SOURCE_URL:=http://subversion.tigris.org/downloads/
|
||||||
@ -24,7 +24,7 @@ define Package/subversion/Default
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=A compelling replacement for CVS
|
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/
|
URL:=http://subversion.tigris.org/
|
||||||
SUBMENU:=subversion
|
SUBMENU:=subversion
|
||||||
endef
|
endef
|
||||||
@ -83,6 +83,7 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-neon-version-check \
|
--disable-neon-version-check \
|
||||||
--with-apxs=no \
|
--with-apxs=no \
|
||||||
--with-apache=no \
|
--with-apache=no \
|
||||||
|
--without-sasl \
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
svn_lib_neon=yes \
|
svn_lib_neon=yes \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user