* makeshlib.sh (alpha-*-osf*): add -expect_unresolved (due to
authorTom Yu <tlyu@mit.edu>
Fri, 16 Aug 1996 00:49:59 +0000 (00:49 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 16 Aug 1996 00:49:59 +0000 (00:49 +0000)
dbm_error and dbm_clearerr not being in libc when making
libkdb5)

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

src/util/ChangeLog
src/util/makeshlib.sh

index 7effd1edf7ed38e2eb972abb5d59402cb7f313a4..0e59bee72dcc281181f8d190b4e4816639b6b3e0 100644 (file)
@@ -1,3 +1,9 @@
+Thu Aug 15 20:48:16 1996  Tom Yu  <tlyu@voltage-multiplier.mit.edu>
+
+       * makeshlib.sh (alpha-*-osf*): add -expect_unresolved (due to
+               dbm_error and dbm_clearerr not being in libc when making
+               libkdb5)
+
 Thu Aug 15 16:30:00 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * Makefile.in (all unix): "install" the db-ndbm header file with
index e017406f4c76c947b40764e6c1b4c9ab64576254..2cab3aeb009d1ce7861e43de418145f9185eb4d5 100644 (file)
@@ -130,8 +130,8 @@ alpha-*-osf*)
 
        done`
 
-       echo    ld -shared -error_unresolved $ldflags -o $library -all $FILES $libdirfl $liblist -none -lc -update_registry ../../so_locations
-       ld -shared -error_unresolved $ldflags -o $library -all $FILES $libdirfl $liblist -none -lc -update_registry ../../so_locations
+       echo    ld -shared -expect_unresolved \* $ldflags -o $library -all $FILES $libdirfl $liblist -none -lc -update_registry ../../so_locations
+       ld -shared -expect_unresolved \* $ldflags -o $library -all $FILES $libdirfl $liblist -none -lc -update_registry ../../so_locations
        stat=$?
        ;;