From 0a5e5534cbf831c575b8cc3d0155f4f440e8a0b9 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 30 May 2011 23:57:03 +0200 Subject: 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 Signed-off-by: Peter Korsgaard --- package/libconfuse/libconfuse.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/libconfuse/libconfuse.mk') diff --git a/package/libconfuse/libconfuse.mk b/package/libconfuse/libconfuse.mk index 2665c7a0a..03aa0bcd5 100644 --- a/package/libconfuse/libconfuse.mk +++ b/package/libconfuse/libconfuse.mk @@ -10,6 +10,6 @@ LIBCONFUSE_AUTORECONF:=NO LIBCONFUSE_INSTALL_STAGING:=YES LIBCONFUSE_INSTALL_TARGET:=YES -LIBCONFUSE_CONF_OPT:=--enable-shared --disable-rpath +LIBCONFUSE_CONF_OPT:=--disable-rpath $(eval $(call AUTOTARGETS,package,libconfuse)) -- cgit v1.2.3