[jhbuild] sysdeps-3.6: fix check for a specific libdb's version



commit 359c0d1d90e9a6736bcb6cbaaccca0e2200700e4
Author: Fabiano FidÃncio <fabiano fidencio org>
Date:   Wed Sep 12 06:28:06 2012 -0300

    sysdeps-3.6: fix check for a specific libdb's version
    
    libdb is a dependency of evolution-data-server. According to
    evolution-data-server [1], the version doesn't matter - as long as
    /usr/include/db.h exists. So, we don't want to check for libdb4.
    
    [1]:
    http://git.gnome.org/browse/evolution-data-server/tree/configure.ac#n414

 modulesets/gnome-sysdeps-3.6.modules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-sysdeps-3.6.modules b/modulesets/gnome-sysdeps-3.6.modules
index a6a1bb1..5734f33 100755
--- a/modulesets/gnome-sysdeps-3.6.modules
+++ b/modulesets/gnome-sysdeps-3.6.modules
@@ -159,7 +159,7 @@
   </systemmodule>
 
   <systemmodule id="libdb">
-    <branch repo="system" version="4"/>
+    <branch repo="system"/>
     <systemdependencies>
       <dep type="c_include" name="db.h"/>
     </systemdependencies>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]