Skip to content

Commit db27e8b

Browse files
author
Iulian Serbanoiu
committed
fix for #2286 - avoid header compilation failure in %install phase by adding -std=c++17
1 parent 34b505a commit db27e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ACE/rpmbuild/ace-tao.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ BASEHDR="$BASEHDR `find \
10991099
for j in $BASEHDR; do
11001100
echo $j >> rawhdrs.log
11011101
echo '#include <'$j'>' | \
1102-
g++ %{inline} \
1102+
g++ -std=c++17 %{inline} \
11031103
-I . \
11041104
-I protocols \
11051105
$TAO_MM_OPTS \

0 commit comments

Comments
 (0)