From b146a4f1628570d0686db559614dafc00912b610 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 16 Aug 1996 00:49:59 +0000 Subject: [PATCH] * makeshlib.sh (alpha-*-osf*): add -expect_unresolved (due to 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 | 6 ++++++ src/util/makeshlib.sh | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 7effd1edf..0e59bee72 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,3 +1,9 @@ +Thu Aug 15 20:48:16 1996 Tom Yu + + * 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 * Makefile.in (all unix): "install" the db-ndbm header file with diff --git a/src/util/makeshlib.sh b/src/util/makeshlib.sh index e017406f4..2cab3aeb0 100644 --- a/src/util/makeshlib.sh +++ b/src/util/makeshlib.sh @@ -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=$? ;; -- 2.26.2