From: Ezra Peisach Date: Fri, 26 May 1995 17:41:23 +0000 (+0000) Subject: For OSF/1, maintain a local shared library registry. (allows for X-Git-Tag: krb5-1.0-beta6~1908 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1f8abd90a991311489fb14ef27c7cc53674ae3f9;p=krb5.git For OSF/1, maintain a local shared library registry. (allows for optimization of shared library address space) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5893 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/ChangeLog b/src/util/ChangeLog index ac8592928..efd1dc281 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,6 +1,10 @@ +Fri May 26 13:29:07 1995 Ezra Peisach (epeisach@kangaroo.mit.edu) + + * makeshlib: For alpha-osf1 update the local shared library registry + Fri May 26 12:41:28 1995 Ezra Peisach - * makeshlib (library): Added alpha-osf1 support. Will only work + * makeshlib: Added alpha-osf1 support. Will only work for libcrypto at the moment. Thu May 25 21:39:02 1995 Theodore Y. Ts'o (tytso@dcl) diff --git a/src/util/makeshlib b/src/util/makeshlib index 86750c49a..01f464f0a 100644 --- a/src/util/makeshlib +++ b/src/util/makeshlib @@ -26,8 +26,8 @@ alpha-*-osf*) done` - echo ld -shared -o $library -all $FILES -none -lc - ld -shared -o $library -all $FILES -none -lc + echo ld -shared -o $library -all $FILES -none -lc -update_registry ../../so_locations + ld -shared -o $library -all $FILES -none -lc -update_registry ../../so_locations ;; *)