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>
This commit is contained in:
Thomas Petazzoni
2011-05-30 23:57:03 +02:00
committed by Peter Korsgaard
parent 009d8fceab
commit 0a5e5534cb
71 changed files with 35 additions and 108 deletions

View File

@@ -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 \