From 822a757456e8d5f2b68ed8fd9b242efc6327958e Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 19 Oct 2014 11:59:01 +0200 Subject: infra: Move --enable/--disable-debug to package/Makefile.in A lot of packages ignored BR2_ENABLE_DEBUG. This patch simplifies the handling of this option by adding the corresponding configure option to the global Makefile for target packages. For host packages --disable-debug is added to the global Makefile. Signed-off-by: Bernd Kuhls Reviewed-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- package/gamin/gamin.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'package/gamin/gamin.mk') diff --git a/package/gamin/gamin.mk b/package/gamin/gamin.mk index 2a85b75967..443dd48b9e 100644 --- a/package/gamin/gamin.mk +++ b/package/gamin/gamin.mk @@ -10,7 +10,6 @@ GAMIN_AUTORECONF = YES GAMIN_INSTALL_STAGING = YES GAMIN_LICENSE = LGPLv2+ GAMIN_LICENSE_FILES = COPYING -GAMIN_CONF_OPTS = --disable-debug # python support broken GAMIN_CONF_OPTS += --without-python -- cgit v1.2.1