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/tcl/tcl.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'package/tcl/tcl.mk') diff --git a/package/tcl/tcl.mk b/package/tcl/tcl.mk index cf46811cc..532cacfa0 100644 --- a/package/tcl/tcl.mk +++ b/package/tcl/tcl.mk @@ -8,7 +8,6 @@ TCL_SOURCE:=tcl$(TCL_VERSION)-src.tar.gz TCL_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/tcl TCL_SUBDIR = unix TCL_CONF_OPT = \ - --enable-shared \ --disable-symbols \ --disable-langinfo \ --disable-framework -- cgit v1.2.3