grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

configure.ac: Always add -D_FILE_OFFSET_BITS=64.


From: Andrei Borzenkov
Subject: configure.ac: Always add -D_FILE_OFFSET_BITS=64.
Date: Mon, 26 Jan 2015 14:29:10 +0300

> +CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64"
> +HOST_CPPFLAGS="$HOST_CPPFLAGS -D_FILE_OFFSET_BITS=64"


We already have them unconditionally in config.h. This is confusing;
may be remove them from this file. OTOH we have AC_LARGEFILES that is
expected to figure out proper options (although I believe for now
there is just one system that needs it).


This all looks rather messy.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]