1. 02 Sep, 2014 6 commits
  2. 01 Sep, 2014 4 commits
  3. 31 Aug, 2014 1 commit
  4. 28 Aug, 2014 9 commits
  5. 27 Aug, 2014 8 commits
  6. 26 Aug, 2014 6 commits
  7. 25 Aug, 2014 4 commits
  8. 24 Aug, 2014 1 commit
  9. 23 Aug, 2014 1 commit
    • Reinhard Tartler's avatar
      configure: add --enable-rpath · 749b1f13
      Reinhard Tartler authored
      This option facilitates testing shared libarary builds: for instance
      fate builders do no longer need to set LD_LIBRARY_PATH as the binaries will
      get the right search paths hardcoded into their executable file.
      
      This option is only meant to be used for testing purposes: The installed
      libraries must not move around in the file system, and doing so will
      cause a lot of subtle problems. For more information why using RPATH is
      dangerous, please refer to
      
      https://blog.flameeyes.eu/2010/06/the-why-and-how-of-rpath
      749b1f13