Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > f2b7be296081f294e2fd2368ad526a24 > files > 1

db48-4.8.30-10.mga3.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.