summaryrefslogtreecommitdiff
path: root/openwrt/package/libpcap
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-08-04 03:26:32 +0000
committerMike Baker <mbm@openwrt.org>2006-08-04 03:26:32 +0000
commit429f4764ac6023dd1e0380ff4a476a3c09d99577 (patch)
treefbf43d7157128cd8654fa948af3b415c4fb8ad67 /openwrt/package/libpcap
parent05f548c0b20256d35d13549ac2277998878d4e02 (diff)
downloadmtk-20170518-429f4764ac6023dd1e0380ff4a476a3c09d99577.zip
mtk-20170518-429f4764ac6023dd1e0380ff4a476a3c09d99577.tar.gz
mtk-20170518-429f4764ac6023dd1e0380ff4a476a3c09d99577.tar.bz2
add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccache
SVN-Revision: 4429
Diffstat (limited to 'openwrt/package/libpcap')
-rw-r--r--openwrt/package/libpcap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/libpcap/Makefile b/openwrt/package/libpcap/Makefile
index 76c88af..1d9d437 100644
--- a/openwrt/package/libpcap/Makefile
+++ b/openwrt/package/libpcap/Makefile
@@ -61,7 +61,7 @@ define Build/Configure
--enable-static \
--disable-yydebug \
--enable-ipv6 \
- --with-build-cc=$(HOSTCC) \
+ --with-build-cc="$(HOSTCC)" \
--with-pcap=linux \
);
endef