steffen: server obmtool.conf,1.126,1.127

cvs at intevation.de cvs at intevation.de
Wed Dec 15 13:16:14 CET 2004


Author: steffen

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv24788

Modified Files:
	obmtool.conf 
Log Message:
Fix for Issue584 (libgcrypt check)

Index: obmtool.conf
===================================================================
RCS file: /kolabrepository/server/obmtool.conf,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- obmtool.conf	15 Dec 2004 01:56:56 -0000	1.126
+++ obmtool.conf	15 Dec 2004 12:16:12 -0000	1.127
@@ -21,6 +21,15 @@
     altloc='='
     with_genuine=no
 
+    # Check for presence of libgcrypt in the host system
+    libgcrypt_pfx=`eval libgcrypt-config --prefix 2>/dev/null`;
+    if test -n "$libgcrypt_pfx" ; then
+	echo "libgcrypt installation in $libgcrypt_pfx detected";
+	echo "Please deinstall it or move libgcrypt-config away";
+	echo "while building Kolab"
+	exit -1;
+    fi
+
     # start from scratch or upgrade within 2.0.x
     @install ${loc}openpkg-2.2.1-2.2.1 \
         --tag="kolab" \





More information about the commits mailing list