You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2020/07/17 21:35:40 UTC

[qpid-proton] branch master updated: PROTON-2208: Final (hopefully) fixes to get RHEL6/7 to compile

This is an automated email from the ASF dual-hosted git repository.

astitcher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/master by this push:
     new 422ebd4  PROTON-2208: Final (hopefully) fixes to get RHEL6/7 to compile
422ebd4 is described below

commit 422ebd4f1b41dac8d6137e7c1956d2f7bfd2c38b
Author: Andrew Stitcher <as...@apache.org>
AuthorDate: Fri Jul 17 17:35:00 2020 -0400

    PROTON-2208: Final (hopefully) fixes to get RHEL6/7 to compile
---
 c/tests/fuzz/CMakeLists.txt | 2 +-
 python/setup.py.in          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/c/tests/fuzz/CMakeLists.txt b/c/tests/fuzz/CMakeLists.txt
index 4997e7e..c13edac 100644
--- a/c/tests/fuzz/CMakeLists.txt
+++ b/c/tests/fuzz/CMakeLists.txt
@@ -17,7 +17,7 @@
 # under the License.
 #
 
-add_definitions(${COMPILE_WARNING_FLAGS})
+add_definitions(${C_STANDARD_FLAGS} ${COMPILE_WARNING_FLAGS})
 
 option(FUZZ_REGRESSION_TESTS "Run fuzz tests with regression test driver" ON)
 option(FUZZ_LONG_TESTS "Run fuzz tests that take a long time" OFF)
diff --git a/python/setup.py.in b/python/setup.py.in
index b7106bd..9fb607e 100644
--- a/python/setup.py.in
+++ b/python/setup.py.in
@@ -298,5 +298,5 @@ setup(name='python-qpid-proton',
       # Configure class above
       ext_modules=[Extension('_cproton',
                              sources=['cproton_wrap.c'],
-                             extra_compile_args=['-pthread', '-DPROTON_DECLARE_STATIC'],
+                             extra_compile_args=['-DPROTON_DECLARE_STATIC'],
                              libraries=['qpid-proton-core'])])


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org