]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
build using CFLAGS passed in at configure
authorTheodore Ts'o <tytso@mit.edu>
Mon, 1 Aug 2011 21:58:24 +0000 (17:58 -0400)
committerChristoph Hellwig <hch@lst.de>
Tue, 2 Aug 2011 09:50:54 +0000 (11:50 +0200)
commitc121166e00d299ea2aa81bc810877083ed8b755d
treec31ab2d3e264f5a91ee3ba81526db0374d0ab1e0
parent56b2de8004705cc3fb08d98afd27b87a9b886962
build using CFLAGS passed in at configure

In order to build xfsprogs in a hermetic build, we need be able to
pass in -I and -L flags to the compiler and linker, respectively.
This needs to be used by the configure script, but we also need to
make sure these flags are used by the Makefiles as well.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Christoph Hellwig <hch@lst.de>
include/builddefs.in