Package: openexr
Version: 1.2.2-3
Severity: wishlist
Tags: patch
Hello,
the cause of the openexr failures in alpha, hppa and sparc is the use
of --as-needed. This is an experimental feature of binutils that is
also known to be broken in several arches, so please don't use it for
now.
Patch attached.
--
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
The first step on the road to wisdom is the admission of ignorance. The
second step is realizing that you don't have to blab it to the world.
diff -ru openexr-1.2.2-3/debian/rules openexr-1.2.2-4/debian/rules
--- openexr-1.2.2-3/debian/rules 2005-08-19 14:20:22.000000000 +0000
+++ openexr-1.2.2-4/debian/rules 2005-08-19 14:16:58.000000000 +0000
@@ -14,7 +14,7 @@
include /usr/share/cdbs/1/class/autotools.mk
# Compilation options
-DEB_CONFIGURE_SCRIPT_ENV := LDFLAGS="-Wl,-O1 -Wl,--as-needed"
+DEB_CONFIGURE_SCRIPT_ENV := LDFLAGS="-Wl,-O1"
DEB_CONFIGURE_EXTRA_FLAGS := --with-openexr-prefix=/usr
# Debhelper Arguments