From bb499959d88da1b3937c23b5405089c907188a81 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 10 Mar 2022 11:59:16 +0000 Subject: added and patched broken packages --- repo/system/js78.xibuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'repo/system/js78.xibuild') 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 () { -- cgit v1.2.1