For change log, see:
https://github.com/hyperrealm/libconfig/releases/tag/v1.8.1
The download URL now points to
https://hyperrealm.github.io/libconfig/dist.
The COPYING.LIB file has been changed. See the following commit for
details:
be4da0c2fd
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
19 lines
532 B
Makefile
19 lines
532 B
Makefile
################################################################################
|
|
#
|
|
# libconfig
|
|
#
|
|
################################################################################
|
|
|
|
LIBCONFIG_VERSION = 1.8.1
|
|
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))
|