optimization of shared library address space)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5893
dc483132-0cff-0310-8789-
dd5450dbe970
+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)
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
;;
*)