add quotes to TARGET_CC and TARGET_CROSS to help with distcc and ccache
[openwrt-10.03/.git] / package / libpcap / Makefile
index 76c88af9c4309e611952b9f8b6e00309c95d07db..1d9d4371fb3f34fe6d0f31ec749916b6634d96ab 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