mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
nfs-utils: Disable format-overflow as Werror
These warnings are intricate and we can ignore that for now as they are being found by gcc 9, eventually this should be not needed when code upstream is fixed (From OE-Core rev: 42176d26e5c893e86ab5d8a2e5b8a3d021e03a69) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -64,6 +64,8 @@ EXTRA_OECONF = "--with-statduser=rpcuser \
|
||||
--with-statdpath=/var/lib/nfs/statd \
|
||||
"
|
||||
|
||||
CFLAGS += "-Wno-error=format-overflow"
|
||||
|
||||
PACKAGECONFIG ??= "tcp-wrappers \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user