buildrootschalter/package/libconfig/libconfig.mk

20 lines
514 B
Makefile
Raw Normal View History

2008-09-01 12:51:31 +02:00
#############################################################
#
# libconfig
#
#############################################################
LIBCONFIG_VERSION:=1.3
LIBCONFIG_SOURCE:=libconfig-$(LIBCONFIG_VERSION).tar.gz
LIBCONFIG_SITE:=http://www.hyperrealm.com/libconfig/
LIBCONFIG_AUTORECONF:=NO
LIBCONFIG_INSTALL_STAGING:=YES
LIBCONFIG_INSTALL_TARGET:=YES
ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
LIBCONFIG_CONF_OPT:=--disable-cxx
endif
LIBCONFIG_DEPENDENCIES = uclibc
$(eval $(call AUTOTARGETS,package,libconfig))