[gtk-osx] Get libnettle to build



commit 1f443541a9151c450e419e786f1b416c32f51c92
Author: Philip Chimento <philip chimento gmail com>
Date:   Sat Dec 27 10:59:27 2014 -0700

    Get libnettle to build
    
    The repository address needed updating; there were some asm files missing
    for x86_64, so we need to build without assembler; and we need to pin the
    version at 2.7 since gnutls doesn't yet support 3.0.
    
    Note, however, that without gmp, this build still can't be used by
    gnutls. The gmp module currently does not build.

 modulesets-unstable/gtk-osx-unsupported.modules |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/modulesets-unstable/gtk-osx-unsupported.modules b/modulesets-unstable/gtk-osx-unsupported.modules
index cd9c62e..c25bd20 100644
--- a/modulesets-unstable/gtk-osx-unsupported.modules
+++ b/modulesets-unstable/gtk-osx-unsupported.modules
@@ -29,7 +29,7 @@
   <repository type="git" name="freedesktop"
              href="git://anongit.freedesktop.org"/>
   <repository type="git" name="lysator"
-             href="git://git.lysator.liu.se/"/>
+             href="https://git.lysator.liu.se/"/>
   <repository type="tarball" name="icu"
              href="http://download.icu-project.org/files/"/>
  
@@ -66,10 +66,16 @@
   </autotools>
 
 <!-- Rudely demands TeX to build documentation -->
+  <!-- Assembler files are missing md5-compress.asm for x86_64 -->
   <autotools id="libnettle"
-            autogenargs="--disable-documentation"
+            autogenargs="--disable-documentation --disable-assembler"
             autogen-template="autoreconf -fis &amp;&amp; %(srcdir)s/configure --prefix %(prefix)s  
%(autogenargs)s">
-    <branch repo="lysator" module="nettle/nettle.git"/>
+    <!-- gnutls does not support nettle 3.0 yet -->
+    <branch repo="lysator" module="nettle/nettle.git"
+            tag="nettle_2.7_release_20130424"/>
+    <dependencies>
+      <dep package="gmp"/>
+    </dependencies>
   </autotools>
 
   <autotools id="gnutls" autogen-sh="configure"


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