Package: xca
Version: 0.8.1-1
Tags: patch
Usertags: origin-ubuntu natty ubuntu-patch

In Ubuntu, we've applied the attached patch to achieve the following:

  * debian/patches/ftbfs_binutils-gold.patch: Link against
    -lQtCore -lstdc++, fixes FTBFS with binutils-gold.

We thought you might be interested in doing the same. 
Description: Link against -lQtCore -lstdc++, fixes FTBFS with binutils-gold.
Author: Artur Rona <ari-tc...@ubuntu.com>

diff -Nru -x '*~' xca-0.8.1.orig/Makefile xca-0.8.1/Makefile
--- xca-0.8.1.orig/Makefile	2010-01-05 07:52:03.000000000 +0100
+++ xca-0.8.1/Makefile	2010-11-27 02:13:25.000000000 +0100
@@ -26,7 +26,7 @@
 	$(LD) $(LDFLAGS) $(OBJECTS) -r -o $@ $(SLIBS)
 
 xca$(SUFFIX): xca.o
-	$(CC) $(LDFLAGS) $(CFLAGS) $< $(LIBS) -o $@
+	$(CC) $(LDFLAGS) $(CFLAGS) $< $(LIBS) -lQtCore -lstdc++ -o $@
 
 doc: 
 	$(MAKE) -C doc

Reply via email to