From aa0f38f5bad773e58b0ba5ed022100922749af00 Mon Sep 17 00:00:00 2001 From: Irina Boverman Date: Mon, 31 Jan 2022 15:47:31 +0000 Subject: [PATCH] Revert "Updated cmake flags" This reverts commit b2dfb4112df0cb9072e2e32446d3470c6f5f917c. --- qpid-proton.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qpid-proton.spec b/qpid-proton.spec index 727fdbf..a2b98cf 100644 --- a/qpid-proton.spec +++ b/qpid-proton.spec @@ -232,11 +232,12 @@ standard. mkdir buildpython3 cd buildpython3 +python_includes=$(ls -d /usr/include/python3*) %cmake \ -DSYSINSTALL_BINDINGS=ON \ -DCMAKE_SKIP_RPATH:BOOL=OFF \ -DENABLE_FUZZ_TESTING=NO \ - "-DCMAKE_C_FLAGS=-Wno-deprecated-declarations" \ + "-DCMAKE_C_FLAGS=$CFLAGS -Wno-deprecated-declarations" \ .. #make all docs %{?_smp_mflags} make all docs -j1