Use hard links for LIBLINKS
authorGreg Hudson <ghudson@mit.edu>
Mon, 5 Sep 2011 03:13:07 +0000 (03:13 +0000)
committerGreg Hudson <ghudson@mit.edu>
Mon, 5 Sep 2011 03:13:07 +0000 (03:13 +0000)
commit24311fa2b4b95597695560144313debe0211e968
treea84da0ecfdc57921ccbd4556c08ecef1d5551593
parentd4df2732e91514cd33ab850f945b57d352a7cc81
Use hard links for LIBLINKS

verto uses dladdr() to figure out where it should look for modules,
and dladdr may or may not follow symlinks.  Hard links ensure that it
always looks in the directory where liblinks are, allowing it to find
the verto-k5ev module.

Make symlinks within the lib directory for .so and .so.X instead of
symlinking those back to the library build directory.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25150 dc483132-0cff-0310-8789-dd5450dbe970
src/config/lib.in
src/config/pre.in