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

cb4edc
diff -up db-5.1.19/dist/Makefile.in.185compat db-5.1.19/dist/Makefile.in
cb4edc
--- db-5.1.19/dist/Makefile.in.185compat	2010-08-27 17:08:03.000000000 +0200
cb4edc
+++ db-5.1.19/dist/Makefile.in	2010-09-10 10:02:32.974640425 +0200
cb4edc
@@ -193,8 +193,8 @@ libtso_major=	$(libtcl_base)-$(LIBMAJOR)
cb4edc
 # local libraries, for example.  Do that by adding -I options to the DB185INC
cb4edc
 # line, and -l options to the DB185LIB line.
cb4edc
 ##################################################
cb4edc
-DB185INC=	-c @CFLAGS@ -I$(topdir) @CPPFLAGS@
cb4edc
-DB185LIB=
cb4edc
+DB185INC=	-c @CFLAGS@ -I$(srcdir) -I$(srcdir)/db.1.85/PORT/linux/include @CPPFLAGS@
cb4edc
+DB185LIB=	${srcdir}/db.1.85/PORT/linux/libdb.a
cb4edc
 
cb4edc
 ##################################################
cb4edc
 # Performance Event Monitoring definitions