[pkg-pnet-commits] [SCM] libjit branch, master, updated. 498fa131a2f0d706a7f1be666448183e6395fd00

David Paleino d.paleino at gmail.com
Thu Feb 5 20:35:01 UTC 2009


The following commit has been merged in the master branch:
commit a2a4f439df4575aaa2de5c50a13b69116507c042
Author: David Paleino <d.paleino at gmail.com>
Date:   Thu Feb 5 21:27:12 2009 +0100

    Try patch from upstream

diff --git a/debian/patches/00-fix_memcpy.patch b/debian/patches/00-fix_memcpy.patch
new file mode 100644
index 0000000..e1fb858
--- /dev/null
+++ b/debian/patches/00-fix_memcpy.patch
@@ -0,0 +1,15 @@
+---
+ jit/jit-apply-x86.h |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- libjit-0.1.2.orig/jit/jit-apply-x86.h
++++ libjit-0.1.2/jit/jit-apply-x86.h
+@@ -43,7 +43,7 @@
+ # if defined(__APPLE__) && defined(__MACH__)
+ #  define JIT_MEMCPY "L_memcpy$stub"
+ # else
+-#  define JIT_MEMCPY "memcpy"
++#  define JIT_MEMCPY "memcpy at PLT"
+ # endif
+ #endif
+ 
diff --git a/debian/patches/series b/debian/patches/series
index c99f66b..8cb4e2a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 #00-fix_shlib-with-non-pic-code.patch
+00-fix_memcpy.patch

-- 
libjit



More information about the pkg-pnet-commits mailing list