We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03a20a commit 3122a32Copy full SHA for 3122a32
rpm/xulrunner-qt5.spec
@@ -366,9 +366,9 @@ ln -sf "%BUILD_DIR"/config.status $PWD/build/config.status
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++/*/ "%BUILD_DIR"/include; fi
368
369
-# Expose the elf32-i386 libclang.so.13 for use inside the arm target, JB#55042
+# Expose the elf32-i386 libclang.so.15 for use inside the arm target, JB#55042
370
mkdir -p "%BUILD_DIR"/lib
371
-SBOX_DISABLE_MAPPING=1 cp /usr/lib/libclang.so.13 "%BUILD_DIR"/lib/
+SBOX_DISABLE_MAPPING=1 cp /usr/lib/libclang.so.15 "%BUILD_DIR"/lib/
372
echo "ac_add_options --with-libclang-path='"%BUILD_DIR"/lib/'" >> "$MOZCONFIG"
373
374
# Do not build as thumb since it breaks video decoding.
0 commit comments