diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-21 02:14:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-21 02:14:50 +0000 |
commit | d6db09f812da2dccf6214e5094ba8b8ab45ad1f6 (patch) | |
tree | 3f88e11967b39bce0c74ab7e8d541a2325fec523 /package/keynote | |
parent | 1e61d2ea710628c8fca3544e7f60c4f4b14d8f65 (diff) | |
download | master-187ad058-d6db09f812da2dccf6214e5094ba8b8ab45ad1f6.tar.gz master-187ad058-d6db09f812da2dccf6214e5094ba8b8ab45ad1f6.tar.bz2 master-187ad058-d6db09f812da2dccf6214e5094ba8b8ab45ad1f6.zip |
pass the CFLAGS through the environment on compile and fix a few packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6154 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/keynote')
-rw-r--r-- | package/keynote/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
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 |