[gluegen2] Disable memcpy versionning

Clément David davidcl at fedoraproject.org
Thu Nov 6 08:06:13 UTC 2014


commit ce0ed4c4d53d147384b37069eab016cc297ee796
Author: Clément DAVID <clement.david at scilab-enterprises.com>
Date:   Thu Nov 6 09:05:18 2014 +0100

    Disable memcpy versionning

 gluegen2-0006-disable-static-libgcc.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/gluegen2-0006-disable-static-libgcc.patch b/gluegen2-0006-disable-static-libgcc.patch
index 1330e41..97d59a0 100644
--- a/gluegen2-0006-disable-static-libgcc.patch
+++ b/gluegen2-0006-disable-static-libgcc.patch
@@ -123,3 +123,14 @@
      </linker>
  
  </target>
+--- a/make/stub_includes/platform/glibc-compat-symbols.h
++++ b/make/stub_includes/platform/glibc-compat-symbols.h
+@@ -41,6 +41,8 @@
+     #define GLIBC_COMPAT_SYMBOL(FFF)
+ #endif
+ 
++#undef GLIBC_COMPAT_SYMBOL
++#define GLIBC_COMPAT_SYMBOL(FFF)
+ GLIBC_COMPAT_SYMBOL(memcpy)
+  
+ #endif /*__GLIBC_COMPAT_SYMBOLS_H__*/


More information about the scm-commits mailing list