]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.in
Fix build error on Solaris using gcc and --with-large-files
authorGuido Serassio <serassio@squid-cache.org>
Mon, 30 Jun 2008 16:27:12 +0000 (18:27 +0200)
committerGuido Serassio <serassio@squid-cache.org>
Mon, 30 Jun 2008 16:27:12 +0000 (18:27 +0200)
commita078ea4d51c9a2631264b524c2425fbceb7cdc1f
tree44ee18b63081f2f011e6a12f405ecc76e03c54ef
parent60cad9371792be26f774ed27fb093029d1fffa57
Fix build error on Solaris using gcc and --with-large-files

On Solaris getconf returns for CFLAGS and LDFLAGS -xarch=generic64 option, but
this option is supported only by Sun cc, so we need to We need to replace it
with -m64 gcc equivalent option
configure.in
src/cf.data.pre [changed mode: 0755->0644]