[Lunar-commits] <moonbase> evolution-data-server: A couple of changes here. The --enable-nss in the

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Aug 12 13:34:38 CEST 2010


commit a33fee58abc7fe1a0f5a000204c8fdff39031224
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Aug 12 07:34:38 2010 -0400

    evolution-data-server: A couple of changes here. The --enable-nss in the
    
    DEPENDS is an invalid option, it should be --enable-ssl. By default
    large file support is disabled, it might be handy to have this on.
---
 gnome2/desktop/evolution-data-server/BUILD   |    2 +-
 gnome2/desktop/evolution-data-server/DEPENDS |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome2/desktop/evolution-data-server/BUILD b/gnome2/desktop/evolution-data-server/BUILD
index 060beaf..431e985 100644
--- a/gnome2/desktop/evolution-data-server/BUILD
+++ b/gnome2/desktop/evolution-data-server/BUILD
@@ -1,6 +1,6 @@
 (
 
-   OPTS+=" --without-weather"
+   OPTS+=" --without-weather --enable-largefile"
    ./configure  --prefix=${GNOME210_PREFIX:-/usr} \
                 --build=$BUILD        \
                 --sysconfdir=/etc     \
diff --git a/gnome2/desktop/evolution-data-server/DEPENDS b/gnome2/desktop/evolution-data-server/DEPENDS
index 3b4f104..67bf2fc 100644
--- a/gnome2/desktop/evolution-data-server/DEPENDS
+++ b/gnome2/desktop/evolution-data-server/DEPENDS
@@ -10,7 +10,7 @@ optional_depends  "openldap"             \
 optional_depends  "nss"                  \
                   "--with-nspr-libs=/usr/lib --with-nspr-includes=/usr/include/nspr \
                    --with-nss-libs=/usr/lib --with-nss-includes=/usr/include/nss \
-                   --enable-nss=yes"     \
+                   --enable-ssl"     \
                    "" "for nss ssl support"
 
 optional_depends  "heimdal" \


More information about the Lunar-commits mailing list