File nspluginwrapper-recv_chk.patch of Package nspluginwrapper
--- lsb-build/stub_libs/libc_main.Version
+++ lsb-build/stub_libs/libc_main.Version
@@ -827,3 +827,6 @@
GLIBC_2.3.4 {
regexec;
};
+GLIBC_2.4 {
+ __recv_chk;
+};
--- lsb-build/stub_libs/libc_main.c
+++ lsb-build/stub_libs/libc_main.c
@@ -36,6 +36,7 @@
void __lxstat64() {} ;
void __mempcpy() {} ;
void __rawmemchr() {} ;
+void __recv_chk() {} ;
void __register_atfork() {} ;
void __sigsetjmp() {} ;
void __stpcpy() {} ;