diff options
author | Sam James <sam@gentoo.org> | 2024-11-26 03:56:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-26 03:56:11 +0000 |
commit | fe38bc92d691141210537b93a8e354b6f6ea7c36 (patch) | |
tree | 1f05b33538b5ab48802d093bdf8693fc7ebf6f15 /dev-util/gperf | |
parent | app-containers/podman: drop 4.9.4, 5.0.2, 5.0.3, 5.1.1, 5.2.4 (diff) | |
download | gentoo-fe38bc92d691141210537b93a8e354b6f6ea7c36.tar.gz gentoo-fe38bc92d691141210537b93a8e354b6f6ea7c36.tar.bz2 gentoo-fe38bc92d691141210537b93a8e354b6f6ea7c36.zip |
dev-util/gperf: build w/ -std=gnu17
We're waiting on a new release (still).
Closes: https://bugs.gentoo.org/944112
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/gperf')
-rw-r--r-- | dev-util/gperf/gperf-3.1-r2.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-util/gperf/gperf-3.1-r2.ebuild b/dev-util/gperf/gperf-3.1-r2.ebuild index 860133502e0f..e6df8e775836 100644 --- a/dev-util/gperf/gperf-3.1-r2.ebuild +++ b/dev-util/gperf/gperf-3.1-r2.ebuild @@ -28,6 +28,9 @@ src_prepare() { } src_configure() { + # bug #944112 + append-cflags -std=gnu17 + # Aliasing violation (bug #858377) append-flags -fno-strict-aliasing filter-lto |