commit:     368e79f706e7a8eeb93a8f39335dcb2822397c68
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 21 15:55:45 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 21 15:55:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=368e79f7

dev-util/colm: enable LFS, build (test) w/ gnu89

* Enable LFS (thanks to matoro for spotting that, bug #924163)
* Build tests with -std=gnu89 (unfortunate, but colm is colm, bug #944324)

Closes: https://bugs.gentoo.org/924163
Closes: https://bugs.gentoo.org/944324
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/colm/{colm-0.14.7-r3.ebuild => colm-0.14.7-r4.ebuild} | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dev-util/colm/colm-0.14.7-r3.ebuild 
b/dev-util/colm/colm-0.14.7-r4.ebuild
similarity index 96%
rename from dev-util/colm/colm-0.14.7-r3.ebuild
rename to dev-util/colm/colm-0.14.7-r4.ebuild
index 6b0e5319c67c..99c32aa91d80 100644
--- a/dev-util/colm/colm-0.14.7-r3.ebuild
+++ b/dev-util/colm/colm-0.14.7-r4.ebuild
@@ -56,6 +56,12 @@ src_configure() {
        filter-lto
        append-flags -fno-strict-aliasing
 
+       # bug #944324
+       append-cflags -std=gnu89
+
+       # bug #924163
+       append-lfs-flags
+
        econf $(use_enable doc manual)
 }
 

Reply via email to