Skip to content

Commit f03a20a

Browse files
authored
Merge pull request #159 from sailfishos/jb60722
Make header path symlink work with all gcc versions
2 parents a8e0a23 + c640f63 commit f03a20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpm/xulrunner-qt5.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ ln -sf "%BUILD_DIR"/config.status $PWD/build/config.status
364364

365365
%ifarch %arm32 %arm64
366366
# 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
367+
if [ ! -L "%BUILD_DIR"/include ] ; then ln -s /usr/include/c++/*/ "%BUILD_DIR"/include; fi
368368

369369
# Expose the elf32-i386 libclang.so.13 for use inside the arm target, JB#55042
370370
mkdir -p "%BUILD_DIR"/lib

0 commit comments

Comments
 (0)