[med-svn] r19028 - in trunk/packages/rna-star/trunk/debian: . patches
Andreas Tille
tille at moszumanska.debian.org
Sat Apr 4 08:39:15 UTC 2015
Author: tille
Date: 2015-04-04 08:39:15 +0000 (Sat, 04 Apr 2015)
New Revision: 19028
Added:
trunk/packages/rna-star/trunk/debian/patches/mips_shm_noreserve.patch
Modified:
trunk/packages/rna-star/trunk/debian/changelog
trunk/packages/rna-star/trunk/debian/patches/series
Log:
Solve build issue on mips
Modified: trunk/packages/rna-star/trunk/debian/changelog
===================================================================
--- trunk/packages/rna-star/trunk/debian/changelog 2015-04-04 08:35:53 UTC (rev 19027)
+++ trunk/packages/rna-star/trunk/debian/changelog 2015-04-04 08:39:15 UTC (rev 19028)
@@ -1,6 +1,9 @@
rna-star (2.4.0k-1) UNRELEASED; urgency=medium
* New upstream version (adapted patches)
+ * Solve build issue on mipsel (thanks to Jurica Stanojkovic
+ <Jurica.Stanojkovic at imgtec.com> for the patch)
+ Closes: #781828
-- Andreas Tille <tille at debian.org> Sat, 04 Apr 2015 10:35:14 +0200
Added: trunk/packages/rna-star/trunk/debian/patches/mips_shm_noreserve.patch
===================================================================
--- trunk/packages/rna-star/trunk/debian/patches/mips_shm_noreserve.patch (rev 0)
+++ trunk/packages/rna-star/trunk/debian/patches/mips_shm_noreserve.patch 2015-04-04 08:39:15 UTC (rev 19028)
@@ -0,0 +1,18 @@
+Author: Jurica Stanojkovic <Jurica.Stanojkovic at imgtec.com>
+Last-Changed: Fri, 3 Apr 2015 14:04:58 +0000
+Bugs-Debian: http://bugs.debian.org/781828
+Description: resolves build issue for mipsel, until this issue gets fixed in glibc
+
+--- a/source/IncludeDefine.h
++++ b/source/IncludeDefine.h
+@@ -34,6 +34,10 @@ using namespace std;
+ #define SHM_NORESERVE 0
+ #endif
+
++#if defined(__mips__) && !defined(SHM_NORESERVE)
++#define SHM_NORESERVE 010000
++#endif
++
+ typedef int8_t int8;
+ typedef uint8_t uint8;
+
Modified: trunk/packages/rna-star/trunk/debian/patches/series
===================================================================
--- trunk/packages/rna-star/trunk/debian/patches/series 2015-04-04 08:35:53 UTC (rev 19027)
+++ trunk/packages/rna-star/trunk/debian/patches/series 2015-04-04 08:39:15 UTC (rev 19028)
@@ -1,2 +1,3 @@
donotuse_own_htslib.patch
compilationstuff.patch
+mips_shm_noreserve.patch
More information about the debian-med-commit
mailing list