From 6f847dd524fa38c237f320889d5bf64aab32a5b9 Mon Sep 17 00:00:00 2001 From: jow Date: Tue, 26 Jul 2011 10:49:46 +0000 Subject: [PATCH] [backfire] merge r27779 git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@27780 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/linux-atm/Makefile | 1 + package/lua/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index fd92cc1ff..79781981e 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -48,6 +48,7 @@ define Build/Configure endef TARGET_CFLAGS += -I$(LINUX_DIR)/include -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include +unexport PREFIX define Build/Compile # src/qgen is built with HOSTCC, which does not really like our LDFLAGS diff --git a/package/lua/Makefile b/package/lua/Makefile index fdbbddc40..55329cd3c 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 +TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC) -std=gnu99 -ggdb3 ifneq ($(CONFIG_USE_EGLIBC),) ifeq ($(CONFIG_EGLIBC_OPTION_EGLIBC_UTMP),) -- 2.35.1