|
|
@ -2,7 +2,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: package/.../evolution/evolution.conf |
|
|
|
# Copyright (C) 2006 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 - 2007 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# Copyright (C) 1998 - 2004 Clifford Wolf |
|
|
|
# |
|
|
@ -16,10 +16,6 @@ |
|
|
|
|
|
|
|
var_append confopt ' ' '--enable-nntp=yes' |
|
|
|
|
|
|
|
# depends on seamonkey (used to be mozilla), enables SSL support |
|
|
|
var_append confopt ' ' '--enable-nss=yes' |
|
|
|
var_append confopt ' ' '--enable-smime=yes' |
|
|
|
|
|
|
|
# Enable support for building pilot conduits. |
|
|
|
pkginstalled gnome-pilot-conduits && var_append confopt ' ' '--enable-pilot-conduits=yes' |
|
|
|
|
|
|
@ -35,14 +31,6 @@ var_append confopt ' ' '--enable-file-chooser' |
|
|
|
# Enable plugins: no/base/all/experimental/list |
|
|
|
var_append confopt ' ' "--enable-plugins=all" |
|
|
|
|
|
|
|
# Enable LDAP support in evolution |
|
|
|
if pkginstalled openldap; then |
|
|
|
pkgprefix -t openldap |
|
|
|
var_append confopt ' ' "--with-openldap=$root/$( pkgprefix openldap )" |
|
|
|
var_append GCC_WRAPPER_APPEND ' ' "-I$root/$( pkgprefix includedir openldap )" |
|
|
|
# --with-static-ldap=no/yes Link LDAP support statically into evolution |
|
|
|
fi |
|
|
|
|
|
|
|
# FIXME Check following options: |
|
|
|
# --with-krb5=DIR Location of Kerberos 5 install dir |
|
|
|
# --with-krb5-libs=DIR Location of Kerberos 5 libraries |
|
|
|