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/lzo/lzo.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/lzo') diff --git a/package/lzo/lzo.mk b/package/lzo/lzo.mk index 5cbd458fb..bfa66792d 100644 --- a/package/lzo/lzo.mk +++ b/package/lzo/lzo.mk @@ -6,8 +6,6 @@ LZO_VERSION:=2.03 LZO_SOURCE:=lzo-$(LZO_VERSION).tar.gz LZO_SITE:=http://www.oberhumer.com/opensource/lzo/download -LZO_CONF_OPT = --enable-shared -HOST_LZO_CONF_OPT = --enable-shared LZO_AUTORECONF = NO # lzo's configure was generated by an old autoconf, and the -- cgit v1.2.3