diff options
author | Ezra Peisach <epeisach@mit.edu> | 1995-08-15 20:22:59 +0000 |
---|---|---|
committer | Ezra Peisach <epeisach@mit.edu> | 1995-08-15 20:22:59 +0000 |
commit | e0b140108ef0a9e9a3e2fd4268f32c0bdabf2697 (patch) | |
tree | f278e7ca92a44fe01e978b22196f5f1c8f033d9f /src/ChangeLog | |
parent | f9e6358b005282a685c8a496be1dd027ba146fa1 (diff) | |
download | krb5-e0b140108ef0a9e9a3e2fd4268f32c0bdabf2697.tar.gz krb5-e0b140108ef0a9e9a3e2fd4268f32c0bdabf2697.tar.xz krb5-e0b140108ef0a9e9a3e2fd4268f32c0bdabf2697.zip |
* configure.in: For OSF/1 specify that the -rpath directive takes
a colon separated path.
* aclocal.m4 (SHLIB_RPATH_DIRS): Allow for directory path to be
This was a problem with OSF/1 where specifying -rpath multiple times
only includes the final one in the library. A colon separted path is the
correct invocation.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6532 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 179af8bceb..8a10c0dd63 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +Tue Aug 15 16:19:29 1995 Ezra Peisach <epeisach@kangaroo.mit.edu> + + * configure.in: For OSF/1 specify that the -rpath directive takes + a colon separated path. + + * aclocal.m4 (SHLIB_RPATH_DIRS): Allow for directory path to be + colon separated for different directories. + + Tue Aug 15 01:37:19 1995 Tom Yu <tlyu@dragons-lair.MIT.EDU> * Makefile.in: Change some spaces back to tabs |