Hello,

please let ilmbase 1.0.1-2+nmu2 propagate to lenny. The version in
lenny causes hugin to FTBFS on sparc.
cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
diff -u ilmbase-1.0.1/debian/changelog ilmbase-1.0.1/debian/changelog
--- ilmbase-1.0.1/debian/changelog
+++ ilmbase-1.0.1/debian/changelog
@@ -1,3 +1,11 @@
+ilmbase (1.0.1-2+nmu2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Apply workaround proposed by Andreas Metzler to correctly
+    link to libpthread. (Closes: #492357)
+
+ -- Frank Lichtenheld <[EMAIL PROTECTED]>  Mon, 11 Aug 2008 18:28:06 -0300
+
 ilmbase (1.0.1-2+nmu1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u ilmbase-1.0.1/debian/rules ilmbase-1.0.1/debian/rules
--- ilmbase-1.0.1/debian/rules
+++ ilmbase-1.0.1/debian/rules
@@ -48,7 +48,7 @@
 
        -mkdir $(objdir)
        cd $(objdir) && \
-       env CFLAGS="$(CFLAGS)" ../configure $(confflags)
+       env CFLAGS="$(CFLAGS)" PTHREAD_LIBS=-lpthread ../configure $(confflags)
 
        touch $@
 

Reply via email to