commit: ce5904bb40c4ffcf243938cab7b9eee8a46c4d31 Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org> AuthorDate: Thu May 1 07:47:24 2025 +0000 Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org> CommitDate: Thu May 1 07:47:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce5904bb
net-print/hplip: Use std=gnu17 Closes: https://bugs.gentoo.org/954891 Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org> net-print/hplip/hplip-3.25.2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-print/hplip/hplip-3.25.2.ebuild b/net-print/hplip/hplip-3.25.2.ebuild index 7c25b65293a6..960553020fcc 100644 --- a/net-print/hplip/hplip-3.25.2.ebuild +++ b/net-print/hplip/hplip-3.25.2.ebuild @@ -146,6 +146,9 @@ src_configure() { # https://bugs.launchpad.net/hplip/+bug/2055371 filter-lto + # https://bugs.gentoo.org/954891 + append-flags -std=gnu17 + local drv_build minimal_build if use hpcups ; then
