diff options
| author | Mike Baker <mbm@openwrt.org> | 2006-08-04 03:26:32 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2006-08-04 03:26:32 +0000 |
| commit | 429f4764ac6023dd1e0380ff4a476a3c09d99577 (patch) | |
| tree | fbf43d7157128cd8654fa948af3b415c4fb8ad67 /openwrt/package/libpcap | |
| parent | 05f548c0b20256d35d13549ac2277998878d4e02 (diff) | |
| download | mtk-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/Makefile | 2 |
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 |
