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.
This commit is contained in:
kn
2025-09-26 15:30:45 +00:00
parent 9076b6c847
commit e590c05b9d
+3 -4
View File
@@ -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: