Package: fslview
Version: 3.0.2+4.1.0-1
Severity: serious
Tags: patch
User: [EMAIL PROTECTED]
Usertags: eabi

For some reason, on eabi fslview fails to link on eabi:

http://buildd.debian.org/fetch.cgi?&pkg=fslview&ver=3.0.2%2B4.1.0-1&arch=armel&stamp=1223619780&file=log

Removing the --as-needed flag seems to workaround the issue.
Trivial patch attached:

--- fslview-3.0.2+4.1.0/debian/rules
+++ fslview-3.0.2+4.1.0/debian/rules
@@ -11,7 +11,12 @@
 pkg_buildpath=$(CURDIR)/build

 CXXFLAGS = -Wall -g
+
+AS_NEEDED_BROKEN = zarmz zarmelz zarmebz
+
+ifneq (,$(findstring z$(DEB_HOST_ARCH)z,$(AS_NEEDED_BROKEN)))
 LDFLAGS = -Wl,--as-needed
+endif

 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
        CXXFLAGS += -O0



-- 
"rm -rf" only sounds scary if you don't have backups

Attachment: signature.asc
Description: Digital signature

Reply via email to