summaryrefslogtreecommitdiff
path: root/debian/patches/disable-test_security_curve.patch
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2014-11-11 13:30:46 -0500
committerMicah Anderson <micah@riseup.net>2014-11-11 13:30:46 -0500
commit597cc5edd624525563e6549dc0057eca2a51c81d (patch)
treefc3b8b0ed54e304ea6d0b7da23df1fc67284b339 /debian/patches/disable-test_security_curve.patch
parent55a5e900b47474528fd6a04ee632164143b05380 (diff)
upgrade to new versiondebian/experimental
Diffstat (limited to 'debian/patches/disable-test_security_curve.patch')
-rw-r--r--debian/patches/disable-test_security_curve.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/patches/disable-test_security_curve.patch b/debian/patches/disable-test_security_curve.patch
new file mode 100644
index 0000000..174f9f7
--- /dev/null
+++ b/debian/patches/disable-test_security_curve.patch
@@ -0,0 +1,18 @@
+Description: disable test_security_curve
+ It hangs in buildds that not x86/x64 based.
+Author: Laszlo Boszormenyi (GCS) <gcs@debian.org>
+Forwarded: no
+Last-Update: 2014-10-23
+
+---
+
+--- zeromq3-4.0.5+dfsg.orig/tests/Makefile.am
++++ zeromq3-4.0.5+dfsg/tests/Makefile.am
+@@ -27,7 +27,6 @@ noinst_PROGRAMS = test_system \
+ test_ctx_destroy \
+ test_security_null \
+ test_security_plain \
+- test_security_curve \
+ test_iov \
+ test_spec_req \
+ test_spec_rep \