[gtk-osx: 1/7] Correct openssl arch on x86_64



commit 71be01f3c458cf3a2d35e1e6eab388002e60f117
Author: Philip Chimento <philip chimento gmail com>
Date:   Mon Apr 6 21:15:30 2015 -0700

    Correct openssl arch on x86_64
    
    64-bit needs to be called "darwin64" instead of "darwin"

 jhbuildrc-gtk-osx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuildrc-gtk-osx b/jhbuildrc-gtk-osx
index 0b98740..b4a328e 100644
--- a/jhbuildrc-gtk-osx
+++ b/jhbuildrc-gtk-osx
@@ -293,7 +293,7 @@ def setup_sdk(target, sdk_version, architectures=[_default_arch]):
         append_autogenargs("openssl", "darwin-i386-cc")
     elif architectures == ["x86_64"]:
         append_autogenargs("glib", "ac_cv_c_bigendian=no")
-        append_autogenargs("openssl", "darwin-x86_64-cc")
+        append_autogenargs("openssl", "darwin64-x86_64-cc")
     elif architectures == ["ppc"]:
         append_autogenargs("glib", "ac_cv_c_bigendian=yes")
         append_autogenargs("gmp", 'CFLAGS="-force_cpusubtype_ALL $CFLAGS"')


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