summaryrefslogtreecommitdiffstats
path: root/package/zstd/0002-lib-Makefile-create-include-directory-before-headers.patch
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2018-07-10 18:45:06 +0300
committerPeter Korsgaard <peter@korsgaard.com>2018-07-10 18:44:34 +0200
commite8ea239d6d32c9018d8fa060519253d0e161c63c (patch)
treea9ac50ac6afd3de969da3c989f961e868dfd3391 /package/zstd/0002-lib-Makefile-create-include-directory-before-headers.patch
parent7cc269216dbb92d770717e5b909c5ac19bd6547c (diff)
downloadbuildroot-e8ea239d6d32c9018d8fa060519253d0e161c63c.tar.gz
buildroot-e8ea239d6d32c9018d8fa060519253d0e161c63c.zip
zstd: bump to version 1.3.5
Drop upstream patches. Cc: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/zstd/0002-lib-Makefile-create-include-directory-before-headers.patch')
-rw-r--r--package/zstd/0002-lib-Makefile-create-include-directory-before-headers.patch45
1 files changed, 0 insertions, 45 deletions
diff --git a/package/zstd/0002-lib-Makefile-create-include-directory-before-headers.patch b/package/zstd/0002-lib-Makefile-create-include-directory-before-headers.patch
deleted file mode 100644
index e95f8c0be4..0000000000
--- a/package/zstd/0002-lib-Makefile-create-include-directory-before-headers.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From 9a0643b633c00e86db059e3790bdea7155fb6dc9 Mon Sep 17 00:00:00 2001
-From: Baruch Siach <baruch@tkos.co.il>
-Date: Tue, 8 May 2018 20:43:28 +0300
-Subject: [PATCH] lib/Makefile: create include directory before headers
- installation
-
-Make sure that $(INCLUDEDIR) exists before copying the headers there.
-Otherwise, the contest of header files is copied over
-$(DESTDIR)$(INCLUDEDIR), making it a regular file.
-
-While at it, remove $(DESTDIR)$(INCLUDEDIR) from the list of directories
-to create in the install-pc target. The install-pc target does not need
-this directory.
-
-Signed-off-by: Baruch Siach <baruch@tkos.co.il>
----
-Upstream status: https://github.com/facebook/zstd/pull/1123
-
- lib/Makefile | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/lib/Makefile b/lib/Makefile
-index f64f192d4724..d8178c7a58a0 100644
---- a/lib/Makefile
-+++ b/lib/Makefile
-@@ -163,7 +163,7 @@ install: install-pc install-static install-shared install-includes
- @echo zstd static and shared library installed
-
- install-pc: libzstd.pc
-- @$(INSTALL) -d -m 755 $(DESTDIR)$(PKGCONFIGDIR)/ $(DESTDIR)$(INCLUDEDIR)/
-+ @$(INSTALL) -d -m 755 $(DESTDIR)$(PKGCONFIGDIR)/
- @$(INSTALL_DATA) libzstd.pc $(DESTDIR)$(PKGCONFIGDIR)/
-
- install-static: libzstd.a
-@@ -178,6 +178,7 @@ install-shared: libzstd
-
- install-includes:
- @echo Installing includes
-+ @$(INSTALL) -d -m 755 $(DESTDIR)$(INCLUDEDIR)/
- @$(INSTALL_DATA) zstd.h $(DESTDIR)$(INCLUDEDIR)
- @$(INSTALL_DATA) common/zstd_errors.h $(DESTDIR)$(INCLUDEDIR)
- @$(INSTALL_DATA) deprecated/zbuff.h $(DESTDIR)$(INCLUDEDIR) # prototypes generate deprecation warnings
---
-2.17.0
-
OpenPOWER on IntegriCloud