]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
libxfs: require -std=gnu11 for compilation by default
authorDarrick J. Wong <djwong@kernel.org>
Mon, 21 Oct 2024 00:10:40 +0000 (17:10 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 31 Oct 2024 22:45:02 +0000 (15:45 -0700)
commitfb4e1bc0204400e283731376e99a19c5417712dc
tree2e6cbead4457d89b199e8cfedb06b48ddcc365a3
parente503e1e38032e9c0e04368d5d9e1cbba099232c9
libxfs: require -std=gnu11 for compilation by default

The kernel now builds with -std=gnu11, so let's make xfsprogs do that by
default too.  Distributions can still override the parameters by passing
CFLAGS= and BUILD_CFLAGS= to configure, just as they always have.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
configure.ac