[pkg-java] r17662 - in trunk/gluegen2/debian: . patches
Sylvestre Ledru
sylvestre at moszumanska.debian.org
Thu Jan 16 10:05:09 UTC 2014
Author: sylvestre
Date: 2014-01-16 10:05:08 +0000 (Thu, 16 Jan 2014)
New Revision: 17662
Added:
trunk/gluegen2/debian/patches/missing-arch-symbol.diff
Modified:
trunk/gluegen2/debian/changelog
trunk/gluegen2/debian/patches/series
Log:
Fix missing architectures support in <glibc-compat-symbols.h>
Thanks to Aur?\195?\169lien Jarno for the patch (Closes: #733310)
Modified: trunk/gluegen2/debian/changelog
===================================================================
--- trunk/gluegen2/debian/changelog 2014-01-15 21:25:24 UTC (rev 17661)
+++ trunk/gluegen2/debian/changelog 2014-01-16 10:05:08 UTC (rev 17662)
@@ -1,3 +1,10 @@
+gluegen2 (2.1.3-2) unstable; urgency=low
+
+ * Fix missing architectures support in <glibc-compat-symbols.h>
+ Thanks to Aurélien Jarno for the patch (Closes: #733310)
+
+ -- Sylvestre Ledru <sylvestre at debian.org> Thu, 16 Jan 2014 11:03:13 +0100
+
gluegen2 (2.1.3-1) unstable; urgency=low
* New upstream release
Added: trunk/gluegen2/debian/patches/missing-arch-symbol.diff
===================================================================
--- trunk/gluegen2/debian/patches/missing-arch-symbol.diff (rev 0)
+++ trunk/gluegen2/debian/patches/missing-arch-symbol.diff 2014-01-16 10:05:08 UTC (rev 17662)
@@ -0,0 +1,13 @@
+--- gluegen2-2.1.3.orig/make/stub_includes/platform/glibc-compat-symbols.h
++++ gluegen2-2.1.3/make/stub_includes/platform/glibc-compat-symbols.h
+@@ -22,7 +22,8 @@
+ #elif defined(__amd64__)
+ #define GLIBC_COMPAT_SYMBOL(FFF) asm(".symver " #FFF "," #FFF "@GLIBC_2.2.5");
+ #else
+- #define GLIBC_COMPAT_SYMBOL(FFF) asm(".symver " #FFF "," #FFF "@GLIBC_2.0");
++ /* Don't try to guess a wrong version */
++ #define GLIBC_COMPAT_SYMBOL(FFF)
+ #endif /*__amd64__*/
+ #else
+ #warning GLIBC_COMPAT_SYMBOL not supported with current compiler on GNU/Linux
+
Modified: trunk/gluegen2/debian/patches/series
===================================================================
--- trunk/gluegen2/debian/patches/series 2014-01-15 21:25:24 UTC (rev 17661)
+++ trunk/gluegen2/debian/patches/series 2014-01-16 10:05:08 UTC (rev 17662)
@@ -17,3 +17,4 @@
armhf.diff
fix-alpha-build-config.patch
fix-ppc64-build-config.patch
+missing-arch-symbol.diff
More information about the pkg-java-commits
mailing list