openbsd-ports/net/zeromq/patches/patch-configure
2013-03-08 10:33:28 +00:00

21 lines
532 B
Plaintext

$OpenBSD: patch-configure,v 1.3 2013/03/08 10:33:28 jasper Exp $
--- configure.orig Fri Nov 23 08:58:54 2012
+++ configure Fri Mar 1 09:29:03 2013
@@ -16900,7 +16900,7 @@ fi
# Set pedantic
-libzmq_pedantic="yes"
+libzmq_pedantic="no"
# By default compiling with -Werror except OSX.
libzmq_werror="yes"
@@ -16914,6 +16914,7 @@ libzmq_on_android="no"
# Set some default features required by 0MQ code.
CPPFLAGS="-D_REENTRANT -D_THREAD_SAFE $CPPFLAGS"
+LIBS="-lstdc++ -lm -lssl -lcrypto $LIBS"
# For host type checks