Description: Use -fPIC to fix build on s390x.
Forwarded: no
Bug-Debian: http://bugs.debian.org/798394
Author: Steve Robbins <smr@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)
 
 
