[Lunar-commits] CVS: moonbase/devel/db4 BUILD,1.10,1.11

Florin Braescu florin at lunar-linux.org
Mon Dec 27 18:29:15 UTC 2004


Update of /var/cvs/lunar/moonbase/devel/db4
In directory espresso.foo-projects.org:/tmp/cvs-serv16957/devel/db4

Modified Files:
	BUILD 
Log Message:
fix the build in order for db4 to be detected at configure by some apps (php).

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/db4/BUILD,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- BUILD	26 Nov 2004 21:58:18 -0000	1.10
+++ BUILD	27 Dec 2004 18:29:13 -0000	1.11
@@ -13,10 +13,11 @@
                      --enable-cxx                   \
                      $OPTS                         &&
 
+  sedit "s:LIBSO_LIBS=:LIBSO_LIBS= -pthread :" Makefile        &&
   sedit  's/$(prefix)\/docs/\/usr\/share\/doc\/db4/' Makefile  &&
   $NO_DEFAULTS           &&
   default_make           &&
   rm -f /usr/include/db  &&
-  ln -s /usr/include/db4 /usr/include/db
+  ln -fs /usr/include/db4 /usr/include/db
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list