For OSF/1, maintain a local shared library registry. (allows for
authorEzra Peisach <epeisach@mit.edu>
Fri, 26 May 1995 17:41:23 +0000 (17:41 +0000)
committerEzra Peisach <epeisach@mit.edu>
Fri, 26 May 1995 17:41:23 +0000 (17:41 +0000)
optimization of shared library address space)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5893 dc483132-0cff-0310-8789-dd5450dbe970

src/util/ChangeLog
src/util/makeshlib

index ac85929288eed71e8b4924bc2447ddd8504cca04..efd1dc2810f8b93551c691618d229840a886e7cc 100644 (file)
@@ -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  <epeisach@kangaroo.mit.edu>
 
-       * 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)
index 86750c49aa64cbd70d69dbd6434e094a5da6f430..01f464f0afcb6b15dfdb52cfcfc9ff226b8b2ac9 100644 (file)
@@ -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
        ;;
 
 *)