| To: | hch@xxxxxxxxxxxxx |
|---|---|
| Subject: | [PATCH] Build using CFLAGS passed in at configure |
| From: | "Theodore Ts'o" <tytso@xxxxxxx> |
| Date: | Mon, 1 Aug 2011 17:58:24 -0400 |
| Cc: | xfs@xxxxxxxxxxx, Ext4 Developers List <linux-ext4@xxxxxxxxxxxxxxx>, "Theodore Ts'o" <tytso@xxxxxxx> |
| In-reply-to: | <20110730165517.GA13918@xxxxxxxxxxxxx> |
| References: | <20110730165517.GA13918@xxxxxxxxxxxxx> |
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@xxxxxxx> --- include/builddefs.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/builddefs.in b/include/builddefs.in index 4c8ec64..81ebfcd 100644 --- a/include/builddefs.in +++ b/include/builddefs.in @@ -25,6 +25,7 @@ OPTIMIZER = @opt_build@ MALLOCLIB = @malloc_lib@ LOADERFLAGS = @LDFLAGS@ LTLDFLAGS = @LDFLAGS@ +CFLAGS = @CFLAGS@ LIBRT = @librt@ LIBUUID = @libuuid@ -- 1.7.4.1.22.gec8e1.dirty |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] jfs: flush journal completely before releasing metadata inodes, Dave Kleikamp |
|---|---|
| Next by Date: | [61/70] xfs [stable only]: restart busy extent search after node removal, Greg KH |
| Previous by Thread: | Patch "xfs [stable only]: restart busy extent search after node removal" has been added to the 2.6.39-stable tree, gregkh |
| Next by Thread: | Re: [PATCH] Build using CFLAGS passed in at configure, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |