* update js78 to 78.11.0-1

This commit is contained in:
Alexander Baldeck 2021-06-15 08:45:16 +02:00
parent 8ea07c82b2
commit a33c799414

View File

@ -52,17 +52,17 @@ build() {
--with-intl-api
--with-system-zlib
--enable-linker=lld
--without-system-icu
)
case "${CARCH}" in
powerpc)
CXXFLAGS+=" -Wno-class-memaccess"
LDFLAGS+=" -Wl,-z,stack-size=1048576 -latomic"
;;
*)
configure_args+=(
--without-system-icu
--disable-jit
--with-system-icu
)
;;
;;
esac
export CC=clang