mozjs102: build with llvm18, broken.

This commit is contained in:
Daniel Martinez 2024-07-09 22:03:32 -04:00 committed by classabbyamp
parent a143199d8e
commit 14071b33f7
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ configure_args="--disable-jemalloc --disable-strip --disable-tests \
--enable-shared-js --enable-system-ffi --with-intl-api --with-system-icu \
--with-system-nspr --with-system-zlib --enable-hardening --enable-release"
hostmakedepends="make pkg-config python3 python3-setuptools python3-six perl m4
rust cargo llvm12 clang python3-looseversion"
rust cargo llvm18 clang18 python3-looseversion"
makedepends="icu-devel libffi-devel nspr-devel python3-devel readline-devel
zlib-devel rust-std"
checkdepends="python3"
@ -21,6 +21,7 @@ license="MPL-2.0"
homepage="https://spidermonkey.dev"
distfiles="${MOZILLA_SITE}/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz"
checksum=09194fb765953bc6979a35aa8834118c453b9d6060bf1ec4e134551bad740113
broken="ModuleNotFoundError: No module named 'distutils'"
LDFLAGS="-Wl,-z,stack-size=1048576"