diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-01-21 02:18:53 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-01-21 02:18:53 +0000 |
commit | 5b651a67219a836845753cf1e463c3241b24b17e (patch) | |
tree | f4060bd1c117433946aec260561e91e34d6f2602 | |
parent | bbe1e39616ea9682e2bff423a994f386fca0e617 (diff) |
another compile fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6155 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ ifneq ($(CONFIG_CCACHE),) endif EXTRA_CPPFLAGS := -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include +EXTRA_CFLAGS := $(EXTRA_CPPFLAGS) EXTRA_LDFLAGS := -L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib TARGET_CONFIGURE_OPTS:= \ |