Skip to content

Commit

Permalink
Merge pull request #2288 from undergraver/master
Browse files Browse the repository at this point in the history
fix for #2286 - avoid header compilation failure in %install phase
  • Loading branch information
jwillemsen authored Oct 6, 2024
2 parents 34b505a + db27e8b commit ae8f47c
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 ae8f47c

Please sign in to comment.