From 7bf581633fdf592499bf6b0c6f462f6db940464d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 21 May 2018 20:38:15 +0200 Subject: [PATCH] glibc: fix gcc81 build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit gcc-8.1.0 errors out for several strncpy() and sprintf() calls. Signed-off-by: Jürgen Buchmüller --- srcpkgs/glibc/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/glibc/template b/srcpkgs/glibc/template index 4c691ef4f45..4865c8bcc71 100644 --- a/srcpkgs/glibc/template +++ b/srcpkgs/glibc/template @@ -107,6 +107,7 @@ do_configure() { --without-selinux --without-cvs --without-gd \ --disable-lock-elision --enable-obsolete-nsl \ --enable-stack-protector=strong \ + --disable-werror \ libc_cv_rootsbindir=/usr/bin \ libc_cv_rtlddir=${_libdir} libc_cv_slibdir=${_libdir} }