From 3133fefe06562d0ce7984230425128634de27f2f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 21 Jan 2007 02:14:50 +0000 Subject: pass the CFLAGS through the environment on compile and fix a few packages SVN-Revision: 6154 --- package/keynote/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'package/keynote') diff --git a/package/keynote/Makefile b/package/keynote/Makefile index 579300407b..ed4d4f020b 100644 --- a/package/keynote/Makefile +++ b/package/keynote/Makefile @@ -42,11 +42,7 @@ define Build/Configure ) endef -define Build/Compile - $(call Build/Compile/Default, \ - CFLAGS="\$$$$(EXTRA_CFLAGS) \$$$$(EXTRA_LDFLAGS)" \ - ) -endef +EXTRA_CFLAGS += $(EXTRA_LDFLAGS) define Build/InstallDev mkdir -p $(STAGING_DIR)/usr/include -- cgit v1.2.3