[gtk-osx] Update openssl to 0.9.8zg and fix configure script name.



commit 0283616c6311cfb212f26769da2757f53c877a6d
Author: John Ralls <jralls ceridwen us>
Date:   Fri Oct 9 10:08:45 2015 -0700

    Update openssl to 0.9.8zg and fix configure script name.

 modulesets-stable/gtk-osx-unsupported.modules |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/modulesets-stable/gtk-osx-unsupported.modules b/modulesets-stable/gtk-osx-unsupported.modules
index 2ab7671..efb9ec8 100644
--- a/modulesets-stable/gtk-osx-unsupported.modules
+++ b/modulesets-stable/gtk-osx-unsupported.modules
@@ -93,10 +93,10 @@
 
   <!-- of the many arguments such as prefix and libdir that jhbuild might pass
   to configure, openssl only understands prefix, and only with =. -->
-  <autotools id="openssl" autogen-sh="Configure" autogenargs="shared"
-             autogen-template="%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s %(autogenargs)s"
+  <autotools id="openssl" autogen-sh="config" autogenargs="shared"
+             autogen-template="%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s --openssldir=%(prefix)s/etc/ssl 
%(autogenargs)s" makeinstallargs="install_sw"
             supports-non-srcdir-builds="no">
-    <branch module="openssl-0.9.8ze.tar.gz" version="0.9.8ze" repo="openssl"/>
+    <branch module="openssl-0.9.8zg.tar.gz" version="0.9.8zg" repo="openssl"/>
   </autotools>
 
 


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