5a89f1c759
Add hash file. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
19 lines
506 B
Makefile
19 lines
506 B
Makefile
################################################################################
|
|
#
|
|
# libconfig
|
|
#
|
|
################################################################################
|
|
|
|
LIBCONFIG_VERSION = 1.5
|
|
LIBCONFIG_SITE = http://www.hyperrealm.com/libconfig
|
|
LIBCONFIG_LICENSE = LGPLv2.1+
|
|
LIBCONFIG_LICENSE_FILES = COPYING.LIB
|
|
LIBCONFIG_INSTALL_STAGING = YES
|
|
LIBCONFIG_CONF_OPTS = --disable-examples
|
|
|
|
ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
|
|
LIBCONFIG_CONF_OPTS += --disable-cxx
|
|
endif
|
|
|
|
$(eval $(autotools-package))
|