mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
For change log, see: https://github.com/hyperrealm/libconfig/releases/tag/v1.8.2 Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Florian Larysch <fl@n621.de> Signed-off-by: Julien Olivain <ju.o@free.fr>
19 lines
532 B
Makefile
19 lines
532 B
Makefile
################################################################################
|
|
#
|
|
# libconfig
|
|
#
|
|
################################################################################
|
|
|
|
LIBCONFIG_VERSION = 1.8.2
|
|
LIBCONFIG_SITE = https://hyperrealm.github.io/libconfig/dist
|
|
LIBCONFIG_LICENSE = LGPL-2.1+
|
|
LIBCONFIG_LICENSE_FILES = COPYING.LIB
|
|
LIBCONFIG_INSTALL_STAGING = YES
|
|
LIBCONFIG_CONF_OPTS = --disable-examples --disable-tests
|
|
|
|
ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
|
|
LIBCONFIG_CONF_OPTS += --disable-cxx
|
|
endif
|
|
|
|
$(eval $(autotools-package))
|