We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8e0a23 + c640f63 commit f03a20aCopy full SHA for f03a20a
rpm/xulrunner-qt5.spec
@@ -364,7 +364,7 @@ ln -sf "%BUILD_DIR"/config.status $PWD/build/config.status
364
365
%ifarch %arm32 %arm64
366
# Make stdc++ headers available on a fresh path to work around include_next bug JB#55058
367
-if [ ! -L "%BUILD_DIR"/include ] ; then ln -s /usr/include/c++/8.3.0/ "%BUILD_DIR"/include; fi
+if [ ! -L "%BUILD_DIR"/include ] ; then ln -s /usr/include/c++/*/ "%BUILD_DIR"/include; fi
368
369
# Expose the elf32-i386 libclang.so.13 for use inside the arm target, JB#55042
370
mkdir -p "%BUILD_DIR"/lib
0 commit comments