glibc: fix gcc81 build

gcc-8.1.0 errors out for several strncpy() and sprintf() calls.

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-05-21 20:38:15 +02:00
parent 62bbc8c737
commit 7bf581633f
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 1 additions and 0 deletions

View File

@ -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}
}