5b84ec26c8
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
358 B
Makefile
15 lines
358 B
Makefile
#############################################################
|
|
#
|
|
# libconfig
|
|
#
|
|
#############################################################
|
|
LIBCONFIG_VERSION = 1.4.8
|
|
LIBCONFIG_SITE = http://www.hyperrealm.com/libconfig/
|
|
LIBCONFIG_INSTALL_STAGING = YES
|
|
|
|
ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
|
|
LIBCONFIG_CONF_OPT = --disable-cxx
|
|
endif
|
|
|
|
$(eval $(call AUTOTARGETS))
|