Skip to content

Commit

Permalink
fix for #2286 - avoid header compilation failure in %install phase by…
Browse files Browse the repository at this point in the history
… adding -std=c++17
  • Loading branch information
Iulian Serbanoiu committed Oct 6, 2024
1 parent 34b505a commit db27e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ACE/rpmbuild/ace-tao.spec
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ BASEHDR="$BASEHDR `find \
for j in $BASEHDR; do
echo $j >> rawhdrs.log
echo '#include <'$j'>' | \
g++ %{inline} \
g++ -std=c++17 %{inline} \
-I . \
-I protocols \
$TAO_MM_OPTS \
Expand Down

0 comments on commit db27e8b

Please sign in to comment.