r18367 - gnucash/trunk/packaging/win32 - Win32: Build gwenhyfar without openssl because it doesn't need it anyway.

Christian Stimming cstim at code.gnucash.org
Sat Oct 3 16:11:46 EDT 2009


Author: cstim
Date: 2009-10-03 16:11:46 -0400 (Sat, 03 Oct 2009)
New Revision: 18367
Trac: http://svn.gnucash.org/trac/changeset/18367

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Win32: Build gwenhyfar without openssl because it doesn't need it anyway.

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2009-10-03 14:06:28 UTC (rev 18366)
+++ gnucash/trunk/packaging/win32/install.sh	2009-10-03 20:11:46 UTC (rev 18367)
@@ -892,9 +892,8 @@
                     #automake
                     #autoconf
                 fi
+                # Note: gwenhywfar-3.x and higher don't use openssl anymore.
                 ./configure ${HOST_XCOMPILE} \
-                    --with-openssl-includes=$_OPENSSL_UDIR/include \
-                    --with-openssl-libs=$_OPENSSL_UDIR/lib \
                     --with-libgcrypt-prefix=$_GNUTLS_UDIR \
                     --disable-binreloc \
                     --prefix=$_GWENHYWFAR_UDIR \



More information about the gnucash-changes mailing list