Re: [PATCH] Build using CFLAGS passed in at configure
From: Christoph Hellwig <hch@infradead.org>
Date: 2011-08-02 10:04:03
Also in:
linux-xfs
From: Christoph Hellwig <hch@infradead.org>
Date: 2011-08-02 10:04:03
Also in:
linux-xfs
On Mon, Aug 01, 2011 at 05:58:24PM -0400, Theodore Ts'o wrote:
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.
Thanks a lot a Ted! I've added this to xfsprogs, xfsdump and dmapi. xfstests actually already has it, sent in in 2009 by Arek for the same reason you want it in xfsprogs. Wish we would have been a bit better to propagate build system fixes.