~cosmos-door/ubuntu/oneiric/nautilus-share/fix-840292

« back to all changes in this revision

Viewing changes to ltmain.sh

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry, Chow Loong Jin, Michael Terry
  • Date: 2010-12-17 10:04:15 UTC
  • Revision ID: james.westby@ubuntu.com-20101217100415-71zeksyb99sghggv
Tags: 0.7.2-14ubuntu1
[ Chow Loong Jin ]
* debian/source/format: Move to 3.0 (quilt)
* debian/patches/*: Refresh all patches for 3.0 (quilt) since
  dpkg-source is less tolerant

[ Michael Terry ]
* debian/patches/02_install_missing_samba.patch,
  debian/patches/05_dependencies.patch,
  debian/patches/11_use-gio.patch:
  + Drop libgnomeui dependency as part of the GNOME 3 cleaning effort
    (LP: #664745).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1794
1794
        arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
1795
1795
        ;;
1796
1796
 
 
1797
      -Wl,--as-needed)
 
1798
        deplibs="$deplibs $arg"
 
1799
        continue
 
1800
        ;;
 
1801
 
1797
1802
      -Wl,*)
1798
1803
        args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
1799
1804
        arg=
2137
2142
        lib=
2138
2143
        found=no
2139
2144
        case $deplib in
 
2145
        -Wl,--as-needed)
 
2146
          if test "$linkmode,$pass" = "prog,link"; then
 
2147
            compile_deplibs="$deplib $compile_deplibs"
 
2148
            finalize_deplibs="$deplib $finalize_deplibs"
 
2149
          else
 
2150
            deplibs="$deplib $deplibs"
 
2151
          fi
 
2152
          continue
 
2153
          ;;
2140
2154
        -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
2141
2155
          if test "$linkmode,$pass" = "prog,link"; then
2142
2156
            compile_deplibs="$deplib $compile_deplibs"