[gtk-vnc] Disable SASL when building on mingw32



commit f6dc5a49b7c87fcdb3b9d80bf83fc7da00ebb878
Author: Daniel P. Berrange <berrange redhat com>
Date:   Mon Jun 15 12:49:53 2009 +0100

    Disable SASL when building on mingw32

 autobuild.sh            |    1 +
 mingw32-gtk-vnc.spec.in |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/autobuild.sh b/autobuild.sh
index a5a4338..c900fc6 100755
--- a/autobuild.sh
+++ b/autobuild.sh
@@ -41,6 +41,7 @@ if [ -x /usr/bin/i686-pc-mingw32-gcc ]; then
     --build=$(uname -m)-pc-linux \
     --host=i686-pc-mingw32 \
     --without-python \
+    --without-sasl \
     --prefix="$AUTOBUILD_INSTALL_ROOT/i686-pc-mingw32/sys-root/mingw" \
 
   make
diff --git a/mingw32-gtk-vnc.spec.in b/mingw32-gtk-vnc.spec.in
index 6877b44..faa3112 100644
--- a/mingw32-gtk-vnc.spec.in
+++ b/mingw32-gtk-vnc.spec.in
@@ -39,7 +39,7 @@ allowing it to be completely asynchronous while remaining single threaded.
 %setup -q -n gtk-vnc-%{version}
 
 %build
-%{_mingw32_configure} --without-python --with-examples
+%{_mingw32_configure} --without-python --with-examples --without-sasl
 make
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]