projects
/
fpc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96c4fc6
)
the jsminifier.pp is not dfsg free. Therefore we strip it during
author
Paul Gevers
<elbrus@debian.org>
Thu, 16 Sep 2021 13:41:58 +0000
(14:41 +0100)
committer
Paul Gevers
<elbrus@debian.org>
Thu, 16 Sep 2021 13:41:58 +0000
(14:41 +0100)
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
patch
|
blob
|
history
diff --git
a/fpcsrc/packages/fcl-js/fpmake.pp
b/fpcsrc/packages/fcl-js/fpmake.pp
index dc4d83871afc85265eaf881325bfee66ad18a6b9..74274349d1655c6f0ad0457e2a2179269c3a307d 100644
(file)
--- 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;