~ubuntu-branches/ubuntu/raring/file-roller/raring-security

« back to all changes in this revision

Viewing changes to ltmain.sh

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-05-14 18:57:27 UTC
  • mfrom: (2.1.19 sid)
  • Revision ID: package-import@ubuntu.com-20120514185727-26izf1ipd2al4y52
Tags: 3.4.2-1ubuntu1
* Merge with Debian. Remaining changes:
* debian/control.in:
  - Drop the scrollkeeper build-depends
  - Use the ubuntu epoch number for the nautilus depends
  - Depend on zip and unzip instead of p7zip which is in universe
  - Depend on genisoimage
  - Recommend sessioninstaller

Show diffs side-by-side

added added

removed removed

Lines of Context:
5800
5800
        arg=$func_stripname_result
5801
5801
        ;;
5802
5802
 
 
5803
      -Wl,--as-needed|-Wl,--no-as-needed)
 
5804
        deplibs="$deplibs $arg"
 
5805
        continue
 
5806
        ;;
 
5807
 
5803
5808
      -Wl,*)
5804
5809
        func_stripname '-Wl,' '' "$arg"
5805
5810
        args=$func_stripname_result
6160
6165
        lib=
6161
6166
        found=no
6162
6167
        case $deplib in
 
6168
        -Wl,--as-needed|-Wl,--no-as-needed)
 
6169
          if test "$linkmode,$pass" = "prog,link"; then
 
6170
            compile_deplibs="$deplib $compile_deplibs"
 
6171
            finalize_deplibs="$deplib $finalize_deplibs"
 
6172
          else
 
6173
            deplibs="$deplib $deplibs"
 
6174
          fi
 
6175
          continue
 
6176
          ;;
6163
6177
        -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
6164
6178
        |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
6165
6179
          if test "$linkmode,$pass" = "prog,link"; then