Files
buildroot/package/libconfig/libconfig.mk
Yegor Yefremov d40462ac54 package/libconfig: bump to version 1.8.2
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>
2025-12-20 21:24:46 +01:00

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))