Browse Source

gq: fixed to not update mime database to avoid shared files

user/karasz/next/updates
Christian Wiese 14 years ago
parent
commit
d5634ce8ab
  1. 4
      network/gq/gq.conf

4
network/gq/gq.conf

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../gq/gq.conf # Filename: package/.../gq/gq.conf
# Copyright (C) 2010 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
@ -13,3 +14,6 @@
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
pkgprefix -t openldap pkgprefix -t openldap
var_append extraconfopt ' ' "--with-ldap-prefix=/$( pkgprefix openldap )" var_append extraconfopt ' ' "--with-ldap-prefix=/$( pkgprefix openldap )"
# do not update mime database to avoid shared files
var_append extraconfopt ' ' "--disable-update-mimedb"

Loading…
Cancel
Save