~ubuntu-branches/ubuntu/precise/gdk-pixbuf/precise-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-03-21 18:06:47 UTC
  • Revision ID: package-import@ubuntu.com-20140321180647-w1ggmnj2n4zjhcov
Tags: 2.26.1-1ubuntu1.1
Link with -Wl,--no-as-needed so that we get linked against libgobject,
avoiding crashes when modules load and unload newer versions of libgobject
which have a global constructor. (LP: #1174253)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
DEB_DH_MAKESHLIBS_ARGS_libgdk-pixbuf2.0-0 += --add-udeb=libgdk-pixbuf2.0-0-udeb -X "/usr/lib/$(DEB_HOST_MULTIARCH)/gdk-pixbuf-2.0" -V -- -c4
15
15
 
 
16
LDFLAGS += -Wl,--no-as-needed
 
17
 
16
18
common-binary-fixup-arch::
17
19
        mkdir -p debian/libgdk-pixbuf2.0-0-udeb/usr/lib/$(DEB_HOST_MULTIARCH)/gdk-pixbuf-2.0/2.10.0
18
20
        LD_LIBRARY_PATH=debian/libgdk-pixbuf2.0-0-udeb/usr/lib:$(LD_LIBRARY_PATH) \