kumquat-buildroot/package/libconfuse/libconfuse.mk
Thomas Petazzoni 0a5e5534cb packages: remove --{enable,disable}-{shared,static} from autotools packages
Now that those values are passed at the autotools infrastructure
level, there's no need for every package to pass inconsistent values.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-06-12 21:59:59 +02:00

16 lines
438 B
Makefile

#############################################################
#
# libconfuse
#
#############################################################
LIBCONFUSE_VERSION:=2.6
LIBCONFUSE_SOURCE:=confuse-$(LIBCONFUSE_VERSION).tar.gz
LIBCONFUSE_SITE:=http://bzero.se/confuse/
LIBCONFUSE_AUTORECONF:=NO
LIBCONFUSE_INSTALL_STAGING:=YES
LIBCONFUSE_INSTALL_TARGET:=YES
LIBCONFUSE_CONF_OPT:=--disable-rpath
$(eval $(call AUTOTARGETS,package,libconfuse))