You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
570 B

  1. --- zeromq-4.0.4_org/configure.ac 2014-06-04 10:19:35.140061796 +0800
  2. +++ zeromq-4.0.4/configure.ac 2014-06-04 11:08:17.231997926 +0800
  3. @@ -127,8 +127,10 @@
  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"