diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-31 10:03:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-31 10:03:20 +0000 |
commit | 6334fd94959ad5cace75cd7fcfefea5f1512f104 (patch) | |
tree | 2b66b5ccea6fcacc166298e3da7d73d3aa8144db /package/br2684ctl/Makefile | |
parent | 65b889fdee534e6ab899033de92adc829961da1c (diff) | |
download | upstream-6334fd94959ad5cace75cd7fcfefea5f1512f104.tar.gz upstream-6334fd94959ad5cace75cd7fcfefea5f1512f104.tar.bz2 upstream-6334fd94959ad5cace75cd7fcfefea5f1512f104.zip |
fix use of cflags
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8260 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/br2684ctl/Makefile')
-rw-r--r-- | package/br2684ctl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/br2684ctl/Makefile b/package/br2684ctl/Makefile index 7d9c6c0d80..d9386e2ab3 100644 --- a/package/br2684ctl/Makefile +++ b/package/br2684ctl/Makefile @@ -29,7 +29,7 @@ define Package/$(PKG_NAME) URL:=http://ftp.debian.org/debian/pool/main/b/br2684ctl endef -MAKE_FLAGS += CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_LDFLAGS)" +MAKE_FLAGS += CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS) $(TARGET_LDFLAGS)" define Package/$(PKG_NAME)/install $(INSTALL_DIR) $(1)/etc/init.d |