The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / subversion / subversion.mk
1 ################################################################################
2 #
3 # subversion
4 #
5 ################################################################################
6
7 SUBVERSION_VERSION = 1.7.19
8 SUBVERSION_SITE = http://archive.apache.org/dist/subversion
9 SUBVERSION_LICENSE = Apache-2.0
10 SUBVERSION_LICENSE_FILES = LICENSE
11 SUBVERSION_DEPENDENCIES = host-pkgconf apr apr-util expat neon zlib sqlite
12 SUBVERSION_CONF_OPTS = \
13         --with-expat=$(STAGING_DIR)/usr/include:$(STAGING_DIR)/usr/lib: \
14         --with-apr=$(STAGING_DIR)/usr \
15         --with-apr-util=$(STAGING_DIR)/usr \
16         --with-zlib=$(STAGING_DIR)/usr \
17         --with-neon=$(STAGING_DIR)/usr \
18         --without-gssapi \
19         --without-serf \
20         --without-apxs \
21         --without-berkeyley-db \
22         --without-sasl \
23         --without-gnome-keyring \
24         --without-ssl \
25         --without-libmagic
26
27 $(eval $(autotools-package))