diff options
Diffstat (limited to 'repo/system/js78.xibuild')
-rw-r--r-- | repo/system/js78.xibuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/repo/system/js78.xibuild b/repo/system/js78.xibuild index 26716d9..199740a 100644 --- a/repo/system/js78.xibuild +++ b/repo/system/js78.xibuild @@ -6,10 +6,10 @@ DEPS="readline nspr bash zlib" PKG_VER=78.15.0 SOURCE=https://archive.mozilla.org/pub/firefox/releases/${PKG_VER}esr/source/firefox-${PKG_VER}esr.source.tar.xz ADDITIONAL=" - patches/js78/disable-jslint.patch - patches/js78/fd6847c9416f9eebde636e21d794d25d1be8791d.patch - patches/js78/fix-musl-build.patch - patches/js78/fix-python3.10-compilation.patch + patches/disable-jslint.patch + patches/fd6847c9416f9eebde636e21d794d25d1be8791d.patch + patches/fix-musl-build.patch + patches/fix-python3.10-compilation.patch " DESC="JavaScript interpreter and libraries - Version 78" @@ -49,7 +49,7 @@ build () { --disable-strip - make -j1 + make } check () { |