From d85b123cecfe16cc616dee4c198ef2ab797b1da2 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Fri, 26 Jun 2020 20:57:30 +0200 Subject: Track embedded copy of libsass in node-node-sass Since 4.13.1-2 upload of node-node-sass the embedded copy of libsass is used instead of the system library: * Change --libsass_ext=auto to --libsass_ext=no temporarily to embed own copy of libsass 3.5.4 as a last resort to solve a FTBFS conundrum where all other libsass bindings and Debian have moved on to libsass 3.6.3, but unfortunately the node-sass upstream authors showed no interest in catching up any time soon, see https://github.com/sass/node-sass/issues/2685 . Upstream author @xzyfer promises that libsass 3.6 support "will land in 5.0", so please remember to revert this commit when that happens. Thanks: Jonas Smedegaard --- data/embedded-code-copies | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data/embedded-code-copies') diff --git a/data/embedded-code-copies b/data/embedded-code-copies index 7d5183f435..cc1f99d4a3 100644 --- a/data/embedded-code-copies +++ b/data/embedded-code-copies @@ -3537,3 +3537,6 @@ libdvdread libdvdnav - kodi (modified-embed) + +libsass + - node-node-sass (embed; bug #963764) -- cgit v1.2.3