For libdb.a - use a relative path $(TOPLIBD)/libdb.a instead of -ldb
authorEzra Peisach <epeisach@mit.edu>
Thu, 31 Oct 1996 16:00:06 +0000 (16:00 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 31 Oct 1996 16:00:06 +0000 (16:00 +0000)
commit2c43a21dec09c5ae440129548e4d34899211b8b6
treefa84a573b315e6db5676be53908ced1220d98658
parent3eeb8b885e551f7e3a0595076704ca9dd8e0e021
For libdb.a - use a relative path $(TOPLIBD)/libdb.a instead of -ldb
to prevent getting the system installed libdb.so on the Alpha.

(Under DU 4.0 ld will scan the library search path - including -L paths
for .so files, failing to find any will then look for the .a one.
I think this is broken as you should take the first .so or .a file found)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9260 dc483132-0cff-0310-8789-dd5450dbe970
src/ChangeLog
src/aclocal.m4