[packages] subversion: get rid of libintl dependency
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24873 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
45c4b14fa3
commit
7f3af1a8c5
@ -24,7 +24,7 @@ define Package/subversion/Default
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=A compelling replacement for CVS
|
||||
DEPENDS:=+zlib +libneon +libintl +libaprutil
|
||||
DEPENDS:=+zlib +libneon +libaprutil
|
||||
URL:=http://subversion.apache.org/
|
||||
SUBMENU:=Version Control Systems
|
||||
endef
|
||||
@ -90,10 +90,10 @@ CONFIGURE_ARGS += \
|
||||
|
||||
CONFIGURE_VARS += \
|
||||
svn_lib_neon=yes \
|
||||
LDFLAGS="$(TARGET_LDFLAGS) -lcrypt -lm -lintl -L$(STAGING_DIR)/usr/lib/libintl/lib/ \
|
||||
LDFLAGS="$(TARGET_LDFLAGS) -lcrypt -lm \
|
||||
-lz -lpthread -L$(TOOLCHAIN_DIR)/usr/lib \
|
||||
-L$(TOOLCHAIN_DIR)/lib" \
|
||||
CPPFLAGS="$(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/lib/libintl/include" \
|
||||
CPPFLAGS="$(TARGET_CPPFLAGS)" \
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user