add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccache
[openwrt.git] / package / libpcap / Makefile
index 76c88af..1d9d437 100644 (file)
@@ -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