[Buildroot] [Bug 513] Add new squid package

bugzilla at busybox.net bugzilla at busybox.net
Thu Jul 30 13:52:51 UTC 2009


https://bugs.busybox.net/show_bug.cgi?id=513





--- Comment #1 from Thomas Petazzoni <thomas.petazzoni at free-electrons.com>  2009-07-30 13:52:50 UTC ---
+SQUID_MAKE_OPT = HOSTCXX=g++

should probably be

+SQUID_MAKE_OPT = HOSTCXX=$(CXX_FOR_BUILD)

BTW, why not using directly the CXX_FOR_BUILD environment variable in the
configure.in/Makefile.am of Squid ? These environment variables are already
passed to the ./configure script.

It's probably not needed in this case, but passing CXXFLAGS_FOR_BUILD might
also be a good thing, since it is used to pass the correct -I flags to the host
headers in the $(HOST_DIR).


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the buildroot mailing list