2013-08-27 19:08:05 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# subversion
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2014-12-16 15:08:17 +01:00
|
|
|
SUBVERSION_VERSION = 1.7.19
|
2013-08-27 19:08:05 +02:00
|
|
|
SUBVERSION_SITE = http://archive.apache.org/dist/subversion
|
2014-01-02 14:01:48 +01:00
|
|
|
SUBVERSION_LICENSE = Apache-2.0
|
2013-08-27 19:08:05 +02:00
|
|
|
SUBVERSION_LICENSE_FILES = LICENSE
|
2014-10-27 17:39:02 +01:00
|
|
|
SUBVERSION_DEPENDENCIES = host-pkgconf apr apr-util expat neon zlib sqlite
|
2014-09-27 21:32:44 +02:00
|
|
|
SUBVERSION_CONF_OPTS = \
|
2013-08-27 19:08:05 +02:00
|
|
|
--with-expat=$(STAGING_DIR)/usr/include:$(STAGING_DIR)/usr/lib: \
|
|
|
|
--with-apr=$(STAGING_DIR)/usr \
|
|
|
|
--with-apr-util=$(STAGING_DIR)/usr \
|
|
|
|
--with-zlib=$(STAGING_DIR)/usr \
|
|
|
|
--with-neon=$(STAGING_DIR)/usr \
|
|
|
|
--without-gssapi \
|
|
|
|
--without-serf \
|
|
|
|
--without-apxs \
|
|
|
|
--without-berkeyley-db \
|
|
|
|
--without-sasl \
|
|
|
|
--without-gnome-keyring \
|
|
|
|
--without-ssl \
|
|
|
|
--without-libmagic
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|