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 / libstrophe / libstrophe.mk
1 ################################################################################
2 #
3 # libstrophe
4 #
5 ################################################################################
6
7 LIBSTROPHE_VERSION = 0.8.6
8 LIBSTROPHE_SITE = $(call github,strophe,libstrophe,$(LIBSTROPHE_VERSION))
9 LIBSTROPHE_DEPENDENCIES = openssl host-pkgconf
10 LIBSTROPHE_AUTORECONF = YES
11 LIBSTROPHE_LICENSE = MIT or GPLv3
12 LIBSTROPHE_LICENSE_FILES = MIT-LICENSE.txt GPL-LICENSE.txt
13 LIBSTROPHE_INSTALL_STAGING = YES
14
15 ifeq ($(BR2_PACKAGE_EXPAT),y)
16 # Passing --without-libxml2 doesn't work, due to how AC_ARG_WITH is
17 # used in configure.ac. As long as --with-libxml2 is *not* passed, the
18 # configure script assumes expat should be used.
19 LIBSTROPHE_DEPENDENCIES += expat
20 else
21 LIBSTROPHE_CONF_OPTS += --with-libxml2
22 LIBSTROPHE_DEPENDENCIES += libxml2
23 endif
24
25 $(eval $(autotools-package))