~ubuntu-branches/ubuntu/trusty/libgnomecanvas/trusty

« back to all changes in this revision

Viewing changes to debian/patches/link_all_deplibs.patch

  • Committer: Package Import Robot
  • Author(s): Josselin Mouette
  • Date: 2013-12-27 14:31:10 UTC
  • mfrom: (2.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20131227143110-u4fps5hlpp3za5ee
Tags: 2.30.3-2
* Switch to multiarch. Closes: #695556.
  + Require a MA libglade.
  + Update build-dependencies.
  + Make library and devel packages MA: same, make -common MA: 
    foreign.
  + Update installation paths.
* Drop gnome:Version.
* Move to section oldlibs.
* Use dh-autoreconf.
* 99_ltmain_as-needed.patch: dropped, obsolete.
* 02_link.patch: new patch. Correctly link the demos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Use libtool with link_all_deplibs=yes
2
 
 After an autoreconf, Debian's libtool with link_all_deplibs=no is used,
3
 
 causing a link failure. Force link_all_deplibs back to its upstream state to
4
 
 fix that.
5
 
Author: William Grant <wgrant@ubuntu.com>
6
 
 
7
 
Index: libgnomecanvas-2.30.3/configure.in
8
 
===================================================================
9
 
--- libgnomecanvas-2.30.3.orig/configure.in     2011-02-01 00:52:16.000000000 +1100
10
 
+++ libgnomecanvas-2.30.3/configure.in  2013-12-16 11:16:17.011601132 +1100
11
 
@@ -68,6 +68,7 @@
12
 
 AC_STDC_HEADERS
13
 
 AC_LIBTOOL_WIN32_DLL
14
 
 AM_PROG_LIBTOOL
15
 
+link_all_deplibs=yes
16
 
 IT_PROG_INTLTOOL([0.35.0])
17
 
 
18
 
 GNOME_COMPILE_WARNINGS