ld-wrapper: Add '-rpath' for arguments such as 'libfoo.so.5.3'.
authorLudovic Courtès <ludo@gnu.org>
Thu, 26 Feb 2015 23:08:04 +0000 (00:08 +0100)
committerLudovic Courtès <ludo@gnu.org>
Thu, 26 Feb 2015 23:09:30 +0000 (00:09 +0100)
commitf307947ecc8a3427a7787a478ef7d08bdb1e72aa
tree286935a08dbd58939d47c3f7cad025de0719d91c
parent9cca706c2e76bddb3c04ca2ab310cd1262596232
ld-wrapper: Add '-rpath' for arguments such as 'libfoo.so.5.3'.

Suggested by Andreas Enge <andreas@enge.fr>
at <http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00810.html>.
CMake command lines appear to refer to such file names.

* gnu/packages/ld-wrapper.scm (shared-library?): New procedure.
  (library-files-linked): Use it.
gnu/packages/ld-wrapper.scm