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)
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

index e2c0a3bdc0bf0fa87c95cc8e1055396a4d199ec9..22b4f7357984b3d06d1717ba9511d93cd8c4f00d 100644 (file)
@@ -1,3 +1,7 @@
+Thu Oct 31 10:57:29 1996  Ezra Peisach  <epeisach@trane.rose.brandeis.edu>
+
+       * aclocal.m4 (db_lib): Use relative path to libdb.a file.
+
 Mon Oct 21 21:19:53 1996  Tom Yu  <tlyu@mit.edu>
 
        * aclocal.m4: Fix CopySrcHeader and CopyHeader so they actually
index edd4b43d421bc64ad1b41b6fea9487ec121d96cb..55fbd38b2cdac7c6e4cc09cf377ad2accc809979 100644 (file)
@@ -789,7 +789,7 @@ db_deplib=''
 db_lib=''
 define(USE_DB_LIBRARY,[
 db_deplib="\[$](TOPLIBD)/libdb.a"
-db_lib=-ldb
+db_lib="\[$](TOPLIBD)/libdb.a"
 ])
 dnl
 dnl This rule generates library lists for programs.