[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_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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user