Commit 419e4202 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated mozjs to 60.1.0

parent c5a9ca74
......@@ -4,14 +4,14 @@ all:
mkswap swap
swapon swap
tar xf mozjs-52.2.1gnome1.tar.gz
cd mozjs-52.2.1gnome1/js/src && SHELL=/bin/bash ./configure --prefix=/usr --with-intl-api --with-system-zlib --with-system-nspr --with-system-icu --enable-threadsafe --enable-readline
$(MAKE) -C mozjs-52.2.1gnome1/js/src SHELL=/bin/bash
-$(MAKE) -C mozjs-52.2.1gnome1/js/src check
strip --strip-debug mozjs-52.2.1gnome1/js/src/js/src/libjs_static.a
strip --strip-debug mozjs-52.2.1gnome1/js/src/js/src/libmozjs-52.so
$(MAKE) -C mozjs-52.2.1gnome1/js/src install SHELL=/bin/bash
rm -rf mozjs-52.2.1gnome1
tar xf mozjs-60.1.0.tar.bz2
mkdir -p mozjs-60.1.0/mozjs-build
cd mozjs-60.1.0/mozjs-build && SHELL=/bin/bash ../js/src/configure --prefix=/usr --with-intl-api --with-system-zlib --with-system-icu --disable-jemalloc --enable-readline
$(MAKE) -C mozjs-60.1.0/mozjs-build SHELL=/bin/bash
strip --strip-debug mozjs-60.1.0/mozjs-build/js/src/build/libjs_static.a
strip --strip-debug mozjs-60.1.0/mozjs-build/js/src/build/libmozjs-60.so
$(MAKE) -C mozjs-60.1.0/mozjs-build install SHELL=/bin/bash
rm -rf mozjs-60.1.0
swapoff swap
rm -rf swap
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment