commit: 55175db4fa62748524da5bf17eb1b806e8540988 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Thu Feb 12 17:40:23 2026 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Thu Feb 12 17:40:23 2026 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=55175db4
gkbuilds: fix libxcrypt build on newer gcc Bug: https://bugs.gentoo.org/969848 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> gkbuilds/libxcrypt.gkbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/gkbuilds/libxcrypt.gkbuild b/gkbuilds/libxcrypt.gkbuild index 1834e258..c4c84ee2 100644 --- a/gkbuilds/libxcrypt.gkbuild +++ b/gkbuilds/libxcrypt.gkbuild @@ -11,6 +11,7 @@ src_configure() { local myopts=( --enable-shared --enable-static + --disable-werror ) gkconf "${myopts[@]}"
