Blame SOURCES/db-4.6.21-1.85-compat.patch

69b435
diff -ur db-4.6.21/dist/Makefile.in db-4.6.21-db.h_include-patched/dist/Makefile.in
69b435
--- db-4.6.21/dist/Makefile.in	2007-07-05 18:35:02.000000000 +0000
69b435
+++ db-4.6.21-db.h_include-patched/dist/Makefile.in	2008-09-05 08:59:36.000000000 +0000
69b435
@@ -139,8 +139,8 @@
69b435
 # local libraries, for example.  Do that by adding -I options to the DB185INC
69b435
 # line, and -l options to the DB185LIB line.
69b435
 ##################################################
69b435
-DB185INC=	-c @CFLAGS@ -I$(srcdir) @CPPFLAGS@
69b435
-DB185LIB=
69b435
+DB185INC=	-c @CFLAGS@ -I$(srcdir) -I$(srcdir)/db.1.85/PORT/linux/include @CPPFLAGS@
69b435
+DB185LIB=	${srcdir}/db.1.85/PORT/linux/libdb.a
69b435
 
69b435
 ##################################################
69b435
 # NOTHING BELOW THIS LINE SHOULD EVER NEED TO BE MODIFIED.