diff options
| author | Ezra Peisach <epeisach@mit.edu> | 1995-05-26 18:03:32 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 1995-05-26 18:03:32 +0000 |
| commit | 8f413090a325a0e33fbaf65a8e937e7802f71a76 (patch) | |
| tree | f4689e8bc8a6a60ab981d24fc5f1e19d4f2a7ec5 /src | |
| parent | 1f8abd90a991311489fb14ef27c7cc53674ae3f9 (diff) | |
| download | krb5-8f413090a325a0e33fbaf65a8e937e7802f71a76.tar.gz krb5-8f413090a325a0e33fbaf65a8e937e7802f71a76.tar.xz krb5-8f413090a325a0e33fbaf65a8e937e7802f71a76.zip | |
Prime local shared library registry file for Alpha OSF
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5894 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/configure.in | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b917690cc..d247f76a1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +Fri May 26 13:41:46 1995 Ezra Peisach (epeisach@kangaroo.mit.edu) + + * configure.in: For Alphs OSF/1, prime a local shared library + registry with system installed registry file. + Fri May 26 10:16:02 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: added lib/kadm and deleted lib/krb425 from PC stuff. diff --git a/src/configure.in b/src/configure.in index 4a472c92a..48a3a0f72 100644 --- a/src/configure.in +++ b/src/configure.in @@ -29,6 +29,9 @@ alpha-dec-osf*) krb5_cv_shlibs_cflags= krb5_cv_shlibs_ext=so krb5_cv_shlibs_dir= + if test ! -f so_locations; then + cp -p /usr/shlib/so_locations . + fi ;; *) |
