Revert "cjs: Port to mozjs 128."

Turns out the patch does compile but runtime is broken.

This reverts commit b6accfbbb3.
This commit is contained in:
Willy Sudiarto Raharjo 2024-10-16 12:37:15 +07:00
parent 1d5f2d986e
commit 2463c839f9
2 changed files with 1 additions and 11581 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=cjs PRGNAM=cjs
VERSION=${VERSION:-6.2.0} VERSION=${VERSION:-6.2.0}
BUILD=${BUILD:-2} BUILD=${BUILD:-1}
TAG=${TAG:-_csb} TAG=${TAG:-_csb}
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
@ -74,9 +74,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Patch for mozjs128
patch -p1 < $CWD/mozjs128.patch
mkdir -p build mkdir -p build
cd build cd build
CFLAGS="$SLKCFLAGS" \ CFLAGS="$SLKCFLAGS" \

File diff suppressed because it is too large Load diff