On 2008-07-27 Andreas Metzler <[EMAIL PROTECTED]> wrote:
> [...]
> Usually running out-of-tree libtool is the wrong thing to do. However
> completely re-libtoolizing the package does not fix the bug.

Which is caused by <http://bugs.debian.org/468555>.

This is a possible (works-for-me) workaround:
-----------------------------
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,8 @@
 
        -mkdir $(objdir)
        cd $(objdir) && \
-       env CFLAGS="$(CFLAGS)" ../configure $(confflags)
+       env CFLAGS="$(CFLAGS)" PTHREAD_LIBS=-lpthread \
+               ../configure $(confflags)
 
        touch $@
-----------------------------

Shouldn't this be a rc?

#1. Breaks hugin.
#2. http://release.debian.org/lenny/rc_policy.txt
    Shared libraries must normally be linked with all libraries they
    use symbols from.

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'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to