blob: 3e7aa117f176ff312162be377dec7b2f7a2d28d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#############################################################
#
# libconfig
#
#############################################################
LIBCONFIG_VERSION = 1.4.8
LIBCONFIG_SITE = http://www.hyperrealm.com/libconfig/
LIBCONFIG_INSTALL_STAGING = YES
LIBCONFIG_CONF_OPT = --disable-examples
ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
LIBCONFIG_CONF_OPT += --disable-cxx
endif
$(eval $(autotools-package))
|