nautilus-follow-symlink/nautilus/kludges
Toni Corvera d508947301 Retro-fitted branch 1.2.0
git-svn-id: https://svn.outlyer.net/svn/pub/nautilus-follow-symlink/branches/1.2.0@46 da2faf11-d50b-4b07-92cd-6070d1bd8887
2012-08-18 12:12:13 +00:00
..
README Retro-fitted branch 1.2.0 2012-08-18 12:12:13 +00:00
libtool-honor-as-needed.patch Retro-fitted branch 1.2.0 2012-08-18 12:12:13 +00:00

README

libtool-honor-as-needed.patch contains a patch against ltmain.sh (generated
   on bootstrap to make use of libtool), so that it doesn't reorder
   "-Wl,--as-needed", a linker flag that removes unnecessary dependencies.
   It only applies to libraries listed after it, but libtool always pushes
   it after the libs in the command line, so it does nothing, normally.

   References:
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=347650
      "Debian bug #347650: libtool: Incorrect argument reordering"
      [Source of patch]
   http://sigquit.wordpress.com/2011/02/16/why-asneeded-doesnt-work-as-expected-for-your-libraries-on-your-autotools-project/
      "Why --as-needed doesn't work as expected for your libraries on your autotools project"