010-disable_pedantic_on_linux_with_ulibc++.patch (493B)
1 --- a/configure.ac 2 +++ b/configure.ac 3 @@ -148,8 +148,10 @@ case "${host_os}" in 4 *linux*) 5 # Define on Linux to enable all library features. Define if using a gnu compiler 6 if test "x$GXX" = "xyes"; then 7 - CPPFLAGS="-D_GNU_SOURCE $CPPFLAGS" 8 + CPPFLAGS="-D_GNU_SOURCE $CPPFLAGS -Wno-long-long" 9 fi 10 + libzmq_pedantic="no" 11 + libzmq_werror="no" 12 AC_DEFINE(ZMQ_HAVE_LINUX, 1, [Have Linux OS]) 13 libzmq_on_linux="yes" 14