The NMU patch for libdispatch_0~svn197-3.3 is below.

debdiff libdispatch_0~svn197-3.2.dsc libdispatch_0~svn197-3.3.dsc
diff -Nru libdispatch-0~svn197/debian/changelog
libdispatch-0~svn197/debian/changelog
--- libdispatch-0~svn197/debian/changelog       2013-11-12
16:52:18.000000000 +0000
+++ libdispatch-0~svn197/debian/changelog       2014-03-17
15:37:28.000000000 +0000
@@ -1,3 +1,13 @@
+libdispatch (0~svn197-3.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build successfully on mips/mipesl
+    Add -fPIC flag for mips/mipsel
+    Patch by Dejan Latinovic
+    Closes: #741943
+
+ -- Anibal Monsalve Salazar <ani...@debian.org>  Mon, 17 Mar 2014
15:36:52 +0000
+
 libdispatch (0~svn197-3.2) unstable; urgency=low

   * Non-maintainer upload.
diff -Nru libdispatch-0~svn197/debian/rules libdispatch-0~svn197/debian/rules
--- libdispatch-0~svn197/debian/rules   2011-06-29 03:08:06.000000000 +0100
+++ libdispatch-0~svn197/debian/rules   2014-03-06 11:25:54.000000000 +0000
@@ -1,5 +1,11 @@
 #!/usr/bin/make -f

+DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+ifneq (,$(filter $(DEB_BUILD_ARCH), mips mipsel))
+       CFLAGS+=-fPIC
+       export CFLAGS
+endif
+
 #override_dh_auto_configure:
 #      CC=clang ./configure --prefix=/usr


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to