On Sun, 26 Jan 2014 21:38:04 +0100, Guenther Niess wrote:
> I'm trying to build libgcrypt on a armv7 pandaboard, but it seems to be
> broken.
> 

Indeed, thanks for the report.  Any oks for this patch (tested on a
BBB)?


Index: patches/patch-configure
===================================================================
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-configure     26 Jan 2014 23:52:36 -0000
@@ -0,0 +1,14 @@
+$OpenBSD$
+--- configure.orig     Mon Jan 27 00:27:10 2014
++++ configure  Mon Jan 27 00:27:28 2014
+@@ -18206,10 +18206,6 @@ $as_echo "#define USE_BLOWFISH 1" >>confdefs.h
+          # Build with the assembly implementation
+          GCRYPT_CIPHERS="$GCRYPT_CIPHERS blowfish-amd64.lo"
+       ;;
+-      arm*-*-*)
+-         # Build with the assembly implementation
+-         GCRYPT_CIPHERS="$GCRYPT_CIPHERS blowfish-arm.lo"
+-      ;;
+    esac
+ fi
+ 

Reply via email to