package/squid: fix typo
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 27 Aug 2017 13:43:36 +0000 (15:43 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 29 Aug 2017 21:26:01 +0000 (23:26 +0200)
Fixed typo added by
https://git.buildroot.net/buildroot/commit/package/squid?id=d2f7d0d72cd7e00ffbe869011d200f0a4a53e7a5

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/squid/squid.mk

index bcb3744dee43853cd72e03f29ccecf37e8623ff3..d334d14c883d2f3e62a3351c5121fa6e79816f19 100644 (file)
@@ -21,7 +21,7 @@ SQUID_CONF_ENV = \
        ac_cv_func___va_copy=yes \
        ac_cv_func_strnstr=no \
        ac_cv_have_squid=yes \
-       BUILXCXX="$(HOSTCXX)" \
+       BUILDCXX="$(HOSTCXX)" \
        BUILDCXXFLAGS="$(HOST_CXXFLAGS)"
 SQUID_CONF_OPTS = \
        --enable-async-io=8 \