From 5c5d99383d0ff618566f5e2a30e92f1742216a1e Mon Sep 17 00:00:00 2001 From: Paul Gevers Date: Mon, 4 Sep 2023 21:43:35 +0100 Subject: [PATCH] the jsminifier.pp is not dfsg free. Therefore we strip it during Bug: https://bugs.freepascal.org/view.php?id=32288 repack but we must prevent during build as well. =================================================================== Gbp-Pq: Name drop-jsminifier-from-build-as-we-strip-it.patch --- fpcsrc/packages/fcl-js/fpmake.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/fpcsrc/packages/fcl-js/fpmake.pp b/fpcsrc/packages/fcl-js/fpmake.pp index 506092f3..5ab1d4b4 100644 --- a/fpcsrc/packages/fcl-js/fpmake.pp +++ b/fpcsrc/packages/fcl-js/fpmake.pp @@ -43,8 +43,6 @@ begin T.ResourceStrings:=true; T:=P.Targets.AddUnit('jswriter.pp'); T.ResourceStrings:=true; - T:=P.Targets.AddUnit('jsminifier.pp'); - T.ResourceStrings:=true; {$ifndef ALLPACKAGES} Run; end; -- 2.30.2