Package: cellwriter Version: 1.3.4-1 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu natty ubuntu-patch
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello cellwriter developer, i have successfully compiled this package with binutils-gold. this patch has been successfully applied at Ubuntu Natty: Informations about this patch avaliable at here: https://bugs.launchpad.net/ubuntu/+source/cellwriter/+bug/696848 original patch at here: https://bugs.launchpad.net/ubuntu/+source/cellwriter/+bug/696848/+attachment/1782666/+files/cellwriter_1.3.4-1ubuntu1.dsc.debdiff Thank you very much! *** /tmp/tmp0m4O4H In Ubuntu, the attached patch was applied to achieve the following: * debian/patches/binutils-gold.patch - fix FTBFS with ld --no-add-needed (LP: #696848) Thanks for considering the patch. - -- System Information: Debian Release: squeeze/sid APT prefers lucid-updates APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid-backports'), (500, 'lucid') Architecture: i386 (i686) Kernel: Linux 2.6.37-10-generic (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAk0iDkgACgkQlv0FEY56nLBQ5wCglJApHEqSsFQpRGxlQa5CtZWR hhIAoINLltIcjMo8IBpfiBitO0qgVjmi =Hul0 -----END PGP SIGNATURE----- -- Mahyuddin Susanto udienz at gmail.com A0C3 AA91 1E0D B7CB F899 F67B 96FD 0511 8E7A 9CB0
Description: fix FTBFS with ld --no-add-needed Author: Mahyuddin Susanto <[email protected]> Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/chemtool/+bug/696859 --- cellwriter-1.3.4.orig/Makefile.in +++ cellwriter-1.3.4/Makefile.in @@ -73,7 +73,7 @@ wordfreq.$(OBJEXT) preprocess.$(OBJEXT) keywidget.$(OBJEXT) \ singleinstance.$(OBJEXT) statusicon.$(OBJEXT) $(am__objects_1) cellwriter_OBJECTS = $(am_cellwriter_OBJECTS) -cellwriter_LDADD = $(LDADD) +cellwriter_LDADD = $(LDADD) -lX11 -lXext cellwriter_DEPENDENCIES = DEFAULT_INCLUDES = -...@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp --- cellwriter-1.3.4.orig/Makefile.am +++ cellwriter-1.3.4/Makefile.am @@ -1,6 +1,6 @@ INCLUDES = @GTK_CFLAGS@ @GNOME_CFLAGS@ -LDADD = @GTK_LIBS@ @GNOME_LIBS@ +LDADD = @GTK_LIBS@ @GNOME_LIBS@ -lX11 -lXext AM_CFLAGS = -DDATADIR=\"$(datadir)\" -DPKGDATADIR=\"$(pkgdatadir)\" bin_PROGRAMS = cellwriter
signature.asc
Description: Digital signature

