From 7e372d4ec7e925b8c1ec52bc12fe5e89baca55f5 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Wed, 15 Nov 2023 12:09:31 +0100 Subject: [PATCH] Force --with-libclang-path only in c8s for now Related: RHEL-16499 --- firefox.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/firefox.spec b/firefox.spec index c0000ff..73faccd 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1121,8 +1121,12 @@ echo "ac_add_options --with-mozilla-api-keyfile=`pwd`/mozilla-api-key" >> .mozco echo "ac_add_options --with-google-location-service-api-keyfile=`pwd`/google-loc-api-key" >> .mozconfig echo "ac_add_options --with-google-safebrowsing-api-keyfile=`pwd`/google-api-key" >> .mozconfig +# May result in empty --with-libclang-path= in earlier versions. +# So far this is needed only for c8s. +%if 0%{?rhel} == 8 && %{rhel_minor_version} >= 10 # Clang 17 upstream's detection fails, tell it where to look. echo "ac_add_options --with-libclang-path=`llvm-config --libdir`" >> .mozconfig +%endif echo 'export NODEJS="%{_buildrootdir}/bin/node-stdout-nonblocking-wrapper"' >> .mozconfig