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/libelf/libelf.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/libelf/libelf.mk') diff --git a/package/libelf/libelf.mk b/package/libelf/libelf.mk index 2a7d066ac..853b7da22 100644 --- a/package/libelf/libelf.mk +++ b/package/libelf/libelf.mk @@ -14,7 +14,7 @@ LIBELD_CONF_ENV = libelf_cv_working_memmove=yes \ mr_cv_target_elf=yes \ libelf_64bit=yes -LIBELF_CONF_OPT = --enable-shared --disable-sanity-checks \ +LIBELF_CONF_OPT = --disable-sanity-checks \ $(if $(BR2_ENABLE_DEBUG),--enable-debug,--disable-debug) \ $(if $(BR2_LARGEFILE),--enable-elf64) -- cgit v1.2.3