From e590c05b9d34fb2ad484fb8830d3a18eeeb4d14d Mon Sep 17 00:00:00 2001 From: kn Date: Fri, 26 Sep 2025 15:30:45 +0000 Subject: [PATCH] drop redundant cxxflags addition; OK jca robert the build already uses -Wno-long-long, looks like upstream picked it up some time after we amended it ten years ago. --- net/zeromq/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net/zeromq/Makefile b/net/zeromq/Makefile index faeae182165..0050b1fa2ae 100644 --- a/net/zeromq/Makefile +++ b/net/zeromq/Makefile @@ -15,7 +15,8 @@ PERMIT_PACKAGE = Yes WANTLIB += c m pthread sodium ${COMPILER_LIBCXX} -COMPILER = base-clang ports-gcc base-gcc +# C++ +COMPILER = base-clang ports-gcc SITES = https://github.com/zeromq/libzmq/releases/download/v$V/ @@ -30,9 +31,7 @@ CONFIGURE_ARGS = --disable-Werror # XXX: verify tweetnacl (the default) uses proper randomness before using it CONFIGURE_ARGS += --with-libsodium -# XXX libsodium: https://github.com/jedisct1/libsodium/pull/104 -CONFIGURE_ENV = CXXFLAGS="-Wno-long-long ${CXXFLAGS}" \ - CODE_COVERAGE_CPPFLAGS="-I/usr/local/include ${CPPFLAGS}" +CONFIGURE_ENV = CODE_COVERAGE_CPPFLAGS="-I/usr/local/include ${CPPFLAGS}" # test_system needs to be able to create at least 496 sockets do-test: