firefox: provide clang configure flags on i686
With the upgrade to firefox 62 clang flags are now required on i686. (cherry picked from commit acf4a4eff315a52d8f9c944a167ecb373bc1fdf9)
This commit is contained in:
parent
c8d45086d1
commit
551ef1ac41
@ -196,8 +196,7 @@ stdenv.mkDerivation rec {
|
||||
]
|
||||
++ lib.optional (stdenv.isDarwin && lib.versionAtLeast ffversion "61") "--disable-xcode-checks"
|
||||
++ lib.optional (lib.versionOlder ffversion "61") "--enable-system-hunspell"
|
||||
++ lib.optionals (lib.versionAtLeast ffversion "56" && !stdenv.hostPlatform.isi686) [
|
||||
# on i686-linux: --with-libclang-path is not available in this configuration
|
||||
++ lib.optionals (lib.versionAtLeast ffversion "56") [
|
||||
"--with-libclang-path=${llvmPackages.libclang}/lib"
|
||||
"--with-clang-path=${llvmPackages.clang}/bin/clang"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user