1. 16 Apr, 2016 1 commit
    • Aaron Puchert's avatar
      Don't require "OS ABI" specification in libraries · 3926f264
      Aaron Puchert authored
      The most important system libraries are listed like this by ldconfig:
      
      	libc.so.6 (libc6,x86-64, OS ABI: Linux 3.0.0) => /lib64/libc.so.6
      
      But most user-level libraries don't have the "OS ABI" and will not be
      found by the regular expression.
      
      	libz.so (libc6,x86-64) => /usr/lib64/libz.so
      
      This makes the regular expression more permissive, so that it finds
      those libraries as well.
      3926f264
  2. 11 Apr, 2016 2 commits
  3. 10 Apr, 2016 5 commits
  4. 09 Apr, 2016 2 commits
  5. 06 Apr, 2016 6 commits
  6. 05 Apr, 2016 4 commits
  7. 04 Apr, 2016 4 commits
  8. 02 Apr, 2016 1 commit
  9. 01 Apr, 2016 10 commits
  10. 31 Mar, 2016 4 commits
  11. 30 Mar, 2016 1 commit