Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 2bf4e4d595cb943ba695555b64e4d951 > files > 4

db4-4.1.25-11mdv2008.0.src.rpm

--- db-4.2.52/dist/Makefile.in.db185	2003-11-28 19:50:06.000000000 +0100
+++ db-4.2.52/dist/Makefile.in	2004-07-26 18:42:42.880381588 +0200
@@ -143,8 +143,8 @@
 # local libraries, for example.  Do that by adding -I options to the DB185INC
 # line, and -l options to the DB185LIB line.
 ##################################################
-DB185INC=	-c @CFLAGS@ -I$(srcdir) @CPPFLAGS@
-DB185LIB=
+DB185INC=	-c @CFLAGS@ -I/usr/include/db1 -I$(srcdir) @CPPFLAGS@
+DB185LIB=	-Wl,-static,-ldb1,-Bdynamic
 
 ##################################################
 # NOTHING BELOW THIS LINE SHOULD EVER NEED TO BE MODIFIED.