summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-02 19:18:32 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-02 19:18:32 (EDT)
commit904ebc5405db679deccf97c84fc05016a845f6f4 (patch)
tree9c50852180d9804ce131e138bfb2f77b4f0bcc8c
parentdd6c79189f2a4461629351dcc488eb71e05283d9 (diff)
source.mk: Remove embedded copy of zlib
-rw-r--r--changelog2
-rw-r--r--source.mk1
2 files changed, 3 insertions, 0 deletions
diff --git a/changelog b/changelog
index 458a943..8e85265 100644
--- a/changelog
+++ b/changelog
@@ -2,6 +2,8 @@ gcc-8 (8.3.0+sip1-1) trunk
* New upstream version.
* Update Maintainer and Homepage fields.
+ * Remove embedded copy of zlib (contains non-free IETC RFCs and isn't
+ needed anyway).
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Thu, 02 May 2019 16:20:43 -0400
diff --git a/source.mk b/source.mk
index 9e9a8e7..eff708f 100644
--- a/source.mk
+++ b/source.mk
@@ -56,6 +56,7 @@ $(source_archive):
rm -Rf gnupghome/
tar -xJf "$(upstream_archive)"
rm -f "$(upstream_archive)" "$(upstream_archive).sig"
+ rm -Rf "$(upstream_name)/zlib/"; \
for file in $(non_free_files); do \
rm -f "$(upstream_name)/$${file}"; \
done