Skip to content

Commit

Permalink
NO-ISSUE: remove outdated flag from proton build (skupperproject#1269)
Browse files Browse the repository at this point in the history
`-Wno-error=deprecated-declarations` is no longer necessary.
  • Loading branch information
jiridanek authored Oct 27, 2023
1 parent b5e6c75 commit 03b702c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packaging/skupper-router.spec
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ A lightweight message router, written in C and built on Qpid Proton, that provid
%build
%set_build_flags
cd %{_builddir}/qpid-proton-%{proton_vendored_version}
# PROTON-2473: -Wno-error=deprecated-declarations for DH_new, DH_...
%__cmake . -B "%{__cmake_builddir}" \
-DCMAKE_C_FLAGS="$CFLAGS -Wno-error=deprecated-declarations" \
-DBUILD_TOOLS=OFF \
-DBUILD_EXAMPLES=OFF \
-DBUILD_TESTING=OFF \
Expand Down

0 comments on commit 03b702c

Please sign in to comment.