8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
19 lines
507 B
Makefile
19 lines
507 B
Makefile
################################################################################
|
|
#
|
|
# libconfig
|
|
#
|
|
################################################################################
|
|
|
|
LIBCONFIG_VERSION = 1.4.9
|
|
LIBCONFIG_SITE = http://www.hyperrealm.com/libconfig/
|
|
LIBCONFIG_LICENSE = LGPLv2.1+
|
|
LIBCONFIG_LICENSE_FILES = COPYING.LIB
|
|
LIBCONFIG_INSTALL_STAGING = YES
|
|
LIBCONFIG_CONF_OPT = --disable-examples
|
|
|
|
ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
|
|
LIBCONFIG_CONF_OPT += --disable-cxx
|
|
endif
|
|
|
|
$(eval $(autotools-package))
|