From d5634ce8ab7b61d07b8d3b1f9625ab03f2b5751c Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 17 Aug 2010 16:47:28 +0200 Subject: [PATCH] gq: fixed to not update mime database to avoid shared files --- network/gq/gq.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/network/gq/gq.conf b/network/gq/gq.conf index b35b9d395..e9c711878 100644 --- a/network/gq/gq.conf +++ b/network/gq/gq.conf @@ -2,6 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../gq/gq.conf +# Copyright (C) 2010 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -13,3 +14,6 @@ # --- SDE-COPYRIGHT-NOTE-END --- pkgprefix -t openldap var_append extraconfopt ' ' "--with-ldap-prefix=/$( pkgprefix openldap )" + +# do not update mime database to avoid shared files +var_append extraconfopt ' ' "--disable-update-mimedb"