Commit Graph

2 Commits

Author SHA1 Message Date
Eelco Dolstra
26f47987c5 * Fix the tests on FreeBSD. On FreeBSD, the RPATH is scoped: adding a
directory to the RPATH of an executable doesn't cause it to be used
  for resolving dependencies of libraries, only the dependencies of
  the executable itself.  So don't rely on that.  A better fix would
  be to support --set-rpath on libraries, but that's a lot harder.
2008-05-09 15:46:54 +00:00
Eelco Dolstra
0da4ea8b65 * Add tests. 2005-09-29 12:03:56 +00:00