vp-build/common/environment/configure
Juan RP 7d41c7bcd8 environment/autoconf_cache: switch to off_t=4 for 32bit archs;
Assume that _FILE_OFFSET_BITS=64 is always defined to get proper 64bit support.

Setting it to 8 was giving unexpected results in e2fsprogs, which does not
defined _FILE_OFFSET_BITS=64, and checks for sizeof(off_t) >= sizeof(long long)
to use lseek() rather than lseek64().
2014-08-19 18:28:11 +02:00
..
autoconf_cache environment/autoconf_cache: switch to off_t=4 for 32bit archs; 2014-08-19 18:28:11 +02:00
.empty
gnu-configure-args.sh environment/gnu-configure-args: only set --libdir if build_style unset or gnu-configure. 2014-06-11 09:24:44 +02:00
pkg-config.sh Infrastructure changes to allow unsetting template vars/funcs. 2014-03-19 09:03:21 +01:00