]> rtime.felk.cvut.cz Git - can-utils.git/commit
Makefile: add large file support (LFS)
authorOliver Hartkopp <socketcan@hartkopp.net>
Fri, 21 Feb 2014 20:21:04 +0000 (21:21 +0100)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 26 Feb 2014 18:49:08 +0000 (19:49 +0100)
commit57d9fcbf818a7256d3b72e055e9ac27ebaf29a9e
treeffa1627117cd0857626e4284605668cd8002653f
parent733192a3d0cf54e6b38553ce22e512a7dad6c65c
Makefile: add large file support (LFS)

Large file support (LFS) in recent C libraries allows 32 bit applications to
create large files with file length values > 0x7FFFFFFF when the filesystem
supports it.

This patch adds large file support to the Makefile, if you don't want LFS use
the autotools version and call configure like this:

    ./configure --disable-largefile

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Makefile