X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Flibpcap%2FMakefile;h=1d9d4371fb3f34fe6d0f31ec749916b6634d96ab;hp=76c88af9c4309e611952b9f8b6e00309c95d07db;hb=8b379ad6296f23d04b8a73b70d6a88cb78634244;hpb=26a4bd4099c0d2e39c6e86099645f31e64ffcdf9 diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index 76c88af9c4..1d9d4371fb 100644 --- a/package/libpcap/Makefile +++ b/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