Skip to content

Commit ae8f47c

Browse files
authored
Merge pull request #2288 from undergraver/master
fix for #2286 - avoid header compilation failure in %install phase
2 parents 34b505a + db27e8b commit ae8f47c

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)