[Lunar-commits]
CVS: moonbase/devel/db BUILD, 1.5, 1.6 POST_INSTALL, 1.6, 1.7
Florin Braescu
florin at lunar-linux.org
Mon Mar 14 14:39:32 UTC 2005
Update of /var/cvs/lunar/moonbase/devel/db
In directory espresso.foo-projects.org:/tmp/cvs-serv2701
Modified Files:
BUILD POST_INSTALL
Log Message:
some apps seems to prefer the header files in /usr/include/db4. added a symlink with that name.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/db/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD 3 Feb 2005 17:16:44 -0000 1.5
+++ BUILD 14 Mar 2005 14:39:30 -0000 1.6
@@ -9,7 +9,7 @@
--enable-dynamic \
--enable-compat185 \
--enable-cxx \
- $OPTS &&
+ $OPTS &&
sedit "s:LIBSO_LIBS=:LIBSO_LIBS= -pthread :" Makefile &&
sedit 's/$(prefix)\/docs/\/usr\/share\/doc\/db/' Makefile &&
Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/db/POST_INSTALL,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- POST_INSTALL 3 Feb 2005 17:16:44 -0000 1.6
+++ POST_INSTALL 14 Mar 2005 14:39:30 -0000 1.7
@@ -1,9 +1,9 @@
# Migration code sucks
OLD_DB=`get_module_config OLD_DB`
if [ "$OLD_DB" = "y" ]; then
- for mod in apache apache-mod_ssl bsddb3 dctc \
- drac exim gnome-libs heimdal latex2html \
- perl php php5 wvstreams xemacs bdb-ruby \
+ for mod in apache apache-mod_ssl bsddb3 dctc \
+ drac exim gnome-libs heimdal latex2html \
+ perl php php5 wvstreams xemacs bdb-ruby \
cyrus-sasl openldap postfix straw subversion; do
if module_installed $mod; then
lin -r -c $mod;
@@ -11,3 +11,6 @@
done;
fi
unset_module_config OLD_DB
+
+rm -f /usr/include/db3
+ln -sf /usr/include /usr/include/db4
More information about the Lunar-commits
mailing list