~ubuntu-branches/debian/sid/gpe-expenses/sid

« back to all changes in this revision

Viewing changes to debian/patches/01_fix_ftbfs_binutils-gold.patch

  • Committer: Bazaar Package Importer
  • Author(s): Neil Williams
  • Date: 2011-04-05 21:16:24 UTC
  • mfrom: (1.1.7 upstream) (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110405211624-90dqmvjzg75m1sz9
* New upstream release supporting -Wl,--no-add-needed tests.
  (Closes: #554729)
* Drop the .la file (release goal) - already tested with pilot-qof.
 (Closes: #620738)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Fix FTBFS binutils gold with ld --no-add-needed by adding GObject 
2
 
Library linker in src/Makefile.*
3
 
Bug-Ubuntu: https://bugs.launchpad.net/bugs/700443
4
 
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554729
5
 
Author: Mahyuddin Susanto <udienz@gmail.com>
6
 
 
7
 
diff -Nur -x '*.orig' -x '*~' gpe-expenses-0.1.7/src/Makefile.am gpe-expenses-0.1.7.new/src/Makefile.am
8
 
--- gpe-expenses-0.1.7/src/Makefile.am  2007-12-24 18:46:40.000000000 +0700
9
 
+++ gpe-expenses-0.1.7.new/src/Makefile.am      2011-01-11 17:06:48.000000000 +0700
10
 
@@ -47,7 +47,7 @@
11
 
  ${QOF_LIBS} \
12
 
  ${PACKAGE_LIBS} \
13
 
  ${GPEPIMC_LIBS} \
14
 
- ${POPT_LIBS}
15
 
+ ${POPT_LIBS} -lgobject-2.0
16
 
 
17
 
 qofexpensesincludedir = ${includedir}/qofexpensesobjects
18
 
 
19
 
diff -Nur -x '*.orig' -x '*~' gpe-expenses-0.1.7/src/Makefile.in gpe-expenses-0.1.7.new/src/Makefile.in
20
 
--- gpe-expenses-0.1.7/src/Makefile.in  2011-01-11 17:05:52.000000000 +0700
21
 
+++ gpe-expenses-0.1.7.new/src/Makefile.in      2011-01-11 17:06:35.000000000 +0700
22
 
@@ -334,7 +334,7 @@
23
 
  ${QOF_LIBS} \
24
 
  ${PACKAGE_LIBS} \
25
 
  ${GPEPIMC_LIBS} \
26
 
- ${POPT_LIBS}
27
 
+ ${POPT_LIBS} -lgobject-2.0
28
 
 
29
 
 qofexpensesincludedir = ${includedir}/qofexpensesobjects
30
 
 qofexpensesinclude_HEADERS = \