From 6dfd33b09bcb7c913f112d8f2603405c9f7aefd0 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 13 Jan 2014 14:49:52 -0800 Subject: [PATCH] change glibc version --- src/gcc-preinclude.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gcc-preinclude.h b/src/gcc-preinclude.h index c515fa631..fe01fc338 100644 --- a/src/gcc-preinclude.h +++ b/src/gcc-preinclude.h @@ -1,4 +1,4 @@ // https://rjpower9000.wordpress.com/2012/04/09/fun-with-shared-libraries-version-glibc_2-14-not-found/ -__asm__(".symver memcpy,memcpy@GLIBC_2.2.5"); +__asm__(".symver memcpy,memcpy@GLIBC_2.11");