summaryrefslogtreecommitdiff
path: root/debian/patches/disable-test_security_curve.patch
blob: 174f9f76a56c0358f023e7939af29f3d17b89b20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 \