mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
This is needed to avoid a warning when linking against libtirpc: /lib64/libc.so.6: warning: common of `rpc_createerr@@TIRPC_0.3.0' overridden by definition /usr/lib64/libtirpc.so: warning: defined here This ld warning is not enabled by default; -Wl,--warn-common enables it. Reviewed-by: Carlos O'Donell <carlos@redhat.com>hjl/pr23240/fw
5 changed files with 37 additions and 8 deletions
Loading…
Reference in new issue