From 1fbb1f55280cea9f1e1d394cbfbd05f700a977c3 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 26 Jul 2011 10:50:58 +0000 Subject: [PATCH] revert unrelated change in previous commit SVN-Revision: 27781 --- package/lua/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lua/Makefile b/package/lua/Makefile index 55329cd3c7..fdbbddc401 100644 --- a/package/lua/Makefile +++ b/package/lua/Makefile @@ -86,7 +86,7 @@ endef define Build/Configure endef -TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC) -std=gnu99 -ggdb3 +TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC) -std=gnu99 ifneq ($(CONFIG_USE_EGLIBC),) ifeq ($(CONFIG_EGLIBC_OPTION_EGLIBC_UTMP),) -- 2.30.2