diff options
author | Kan Yan <kyan@google.com> | 2018-01-09 15:04:07 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2018-01-09 15:10:35 -0500 |
commit | f0ef8838240c82dd67689b80bbb45d4c3d490296 (patch) | |
tree | 093f1c4897b57604d449940ac65e690f54f2063f /sys-libs | |
parent | Mask attr-2.4.48 for bug 644049 (diff) | |
download | gentoo-f0ef8838240c82dd67689b80bbb45d4c3d490296.tar.gz gentoo-f0ef8838240c82dd67689b80bbb45d4c3d490296.tar.bz2 gentoo-f0ef8838240c82dd67689b80bbb45d4c3d490296.zip |
net-proxy/squid: fix cross-compiling
Current versions of squid have a run test for gnu atomics w/no
cross-compile fallback causing builds to fail. Upstream has
rewritten this completely, so until we update to a newer version,
force the cache variable when cross-compiling. Forcing it to no
might not be optimal in all cases, but it's better than nothing.
We have been turning on large-file-system support for a while now,
but the configure test for that probes the build system for flags
to compile with (via `getconf ...`). These flags don't work for
the cross-compile target, and in reality are rarely necessary. By
selecting the default, we always go the standard POSIX route with
the -D_FILE_OFFSET_BITS=64 flag. If a target doesn't respect that
flag, then it might fail to build, but we can wait for anyone to
complain.
Diffstat (limited to 'sys-libs')
0 files changed, 0 insertions, 0 deletions