tags 556509 + patch
tags 556509 + upstream
thanks

The attached patch seems to resolve the issue. The package built
succesfully after applying it, inside a pbuilder chroot with
EXTRAPACKAGES="binutils-gold", on an amd64 system.

The patch modifies just the Makefile. It is thus IMO an upstream issue,
so I took the liberty to add also the upstream tag. 

I attach the build log also, FYI. The lines demonstrating the correction
are 953-957 (the log grew somewhat big due to my chain of hook scripts).

regards
George Zarkadas

PS: As a sidenote, the only upstream-targeted OS that now does not
include the png library as a link target is OS-X; they may want to check
whether it is needed there also.
diff --git a/Makefile b/Makefile
index e7c4fff..e9e6b93 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ FRIBIDI_CFLAGS:=$(shell pkg-config --cflags fribidi)
 windows_ARCH_LINKS:=-lintl $(PNG) -lwinspool -lshlwapi $(FRIBIDI_LIB)
 osx_ARCH_LINKS:=$(PAPER_LIB) $(FRIBIDI_LIB)
 beos_ARCH_LINKS:="-lintl $(PNG) -lz -lbe -liconv $(FRIBIDI_LIB)"
-linux_ARCH_LINKS:=$(PAPER_LIB) $(FRIBIDI_LIB)
+linux_ARCH_LINKS:=$(PAPER_LIB) $(PNG) $(FRIBIDI_LIB)
 ARCH_LINKS:=$($(OS)_ARCH_LINKS)
 
 windows_ARCH_HEADERS:=src/win32_print.h

Attachment: tuxpaint_0.9.21-1_amd64.build.tar.bz2
Description: application/bzip-compressed-tar

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to