[med-svn] r20076 - in trunk/packages/mriconvert/trunk/debian: . patches

Steven Michael Robbins smr at moszumanska.debian.org
Sun Sep 20 04:13:24 UTC 2015


Author: smr
Date: 2015-09-20 04:13:20 +0000 (Sun, 20 Sep 2015)
New Revision: 20076

Added:
   trunk/packages/mriconvert/trunk/debian/patches/build-with-fPIC
Modified:
   trunk/packages/mriconvert/trunk/debian/changelog
   trunk/packages/mriconvert/trunk/debian/patches/series
Log:
Fix for s390x build failure.

Modified: trunk/packages/mriconvert/trunk/debian/changelog
===================================================================
--- trunk/packages/mriconvert/trunk/debian/changelog	2015-09-18 20:23:43 UTC (rev 20075)
+++ trunk/packages/mriconvert/trunk/debian/changelog	2015-09-20 04:13:20 UTC (rev 20076)
@@ -1,3 +1,9 @@
+mriconvert (1:2.0.8-3) unstable; urgency=medium
+
+  * patches/build-with-fPIC: New.  Build with -fPIC.  Closes: #798394.
+
+ -- Steve M. Robbins <smr at debian.org>  Sat, 19 Sep 2015 23:09:01 -0500
+
 mriconvert (1:2.0.8-2) unstable; urgency=medium
 
   * copyright: Add license for utf8proc-v1.1.6/*.

Added: trunk/packages/mriconvert/trunk/debian/patches/build-with-fPIC
===================================================================
--- trunk/packages/mriconvert/trunk/debian/patches/build-with-fPIC	                        (rev 0)
+++ trunk/packages/mriconvert/trunk/debian/patches/build-with-fPIC	2015-09-20 04:13:20 UTC (rev 20076)
@@ -0,0 +1,16 @@
+Description: Use -fPIC to fix build on s390x.
+Forwarded: no
+Bug-Debian: http://bugs.debian.org/798394
+Author: Steve Robbins <smr at debian.org>
+
+--- mriconvert-2.0.8.orig/utf8proc-v1.1.6/Makefile
++++ mriconvert-2.0.8/utf8proc-v1.1.6/Makefile
+@@ -3,7 +3,7 @@
+ 
+ # settings
+ 
+-cflags = -O2 -std=c99 -pedantic -Wall -fpic $(CFLAGS)
++cflags = -O2 -std=c99 -pedantic -Wall -fPIC $(CFLAGS)
+ cc = $(CC) $(cflags)
+ 
+ 

Modified: trunk/packages/mriconvert/trunk/debian/patches/series
===================================================================
--- trunk/packages/mriconvert/trunk/debian/patches/series	2015-09-18 20:23:43 UTC (rev 20075)
+++ trunk/packages/mriconvert/trunk/debian/patches/series	2015-09-20 04:13:20 UTC (rev 20076)
@@ -0,0 +1 @@
+build-with-fPIC




More information about the debian-med-commit mailing list