Files
buildroot/package/libconfig/libconfig.mk
Fabrice Fontaine 2d63e13608 package/libconfig: bump to version 1.7.3
- Drop patch (already in version)
- Use --disable-tests which is available since
  7e2c1e6ac1

https://github.com/hyperrealm/libconfig/releases/tag/v1.7.3

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 1b4aa6442abc299d19829670eaf69420f5e119cf)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2021-07-12 22:52:25 +02:00

19 lines
568 B
Makefile

################################################################################
#
# libconfig
#
################################################################################
LIBCONFIG_VERSION = 1.7.3
LIBCONFIG_SITE = https://github.com/hyperrealm/libconfig/releases/download/v$(LIBCONFIG_VERSION)
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))