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 / libconfig / libconfig.mk
1 ################################################################################
2 #
3 # libconfig
4 #
5 ################################################################################
6
7 LIBCONFIG_VERSION = 1.4.9
8 LIBCONFIG_SITE = http://www.hyperrealm.com/libconfig
9 LIBCONFIG_LICENSE = LGPLv2.1+
10 LIBCONFIG_LICENSE_FILES = COPYING.LIB
11 LIBCONFIG_INSTALL_STAGING = YES
12 LIBCONFIG_CONF_OPTS = --disable-examples
13
14 ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
15 LIBCONFIG_CONF_OPTS += --disable-cxx
16 endif
17
18 $(eval $(autotools-package))