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
+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
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=$?
;;