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/sqlite/sqlite.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'package/sqlite/sqlite.mk') diff --git a/package/sqlite/sqlite.mk b/package/sqlite/sqlite.mk index 30e75a24f..da5f53a26 100644 --- a/package/sqlite/sqlite.mk +++ b/package/sqlite/sqlite.mk @@ -16,9 +16,7 @@ ifneq ($(BR2_LARGEFILE),y) SQLITE_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -DSQLITE_DISABLE_LFS" endif -SQLITE_CONF_OPT = --enable-shared \ - --enable-static \ - --enable-tempstore=yes \ +SQLITE_CONF_OPT = --enable-tempstore=yes \ --enable-threadsafe \ --enable-releasemode \ --disable-tcl \ -- cgit v1.2.3