diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-05-23 00:13:54 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-05-23 08:59:52 +0200 |
commit | 0b51abb5ecbcc0da9bd62405a7d574901ba84f0e (patch) | |
tree | 55f6ff7b85cd41d87b8747649e344a8bc264eef3 /source/l/zstd/zstd.dont.hardcode.libdir.patch | |
parent | bd5ac56451a9ba0b185bc3009965d79aad7dbed0 (diff) | |
download | current-0b51abb5ecbcc0da9bd62405a7d574901ba84f0e.tar.gz current-0b51abb5ecbcc0da9bd62405a7d574901ba84f0e.tar.xz |
Sat May 23 00:13:54 UTC 202020200523001354
l/libarchive-3.4.3-x86_64-1.txz: Upgraded.
l/python-six-1.15.0-x86_64-1.txz: Upgraded.
l/zstd-1.4.5-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-68.8.1-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/68.8.1/releasenotes/
Diffstat (limited to 'source/l/zstd/zstd.dont.hardcode.libdir.patch')
-rw-r--r-- | source/l/zstd/zstd.dont.hardcode.libdir.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/source/l/zstd/zstd.dont.hardcode.libdir.patch b/source/l/zstd/zstd.dont.hardcode.libdir.patch deleted file mode 100644 index 32362e941..000000000 --- a/source/l/zstd/zstd.dont.hardcode.libdir.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 9da6b9612ef0ed2481c762f0c78af1204e407ccc Mon Sep 17 00:00:00 2001 -From: orbea <orbea@riseup.net> -Date: Mon, 16 Dec 2019 05:17:03 -0800 -Subject: [PATCH] pkgconfig: Don't hardcode libdir. - ---- - lib/Makefile | 1 + - lib/libzstd.pc.in | 2 +- - 2 files changed, 2 insertions(+), 1 deletion(-) - -diff --git a/lib/Makefile b/lib/Makefile -index fd1710cf1..cb8351e13 100644 ---- a/lib/Makefile -+++ b/lib/Makefile -@@ -244,6 +244,7 @@ libzstd.pc: - libzstd.pc: libzstd.pc.in - @echo creating pkgconfig - @sed -e 's|@PREFIX@|$(PREFIX)|' \ -+ -e 's|@LIBDIR@|$(LIBDIR)|' \ - -e 's|@VERSION@|$(VERSION)|' \ - $< >$@ - -diff --git a/lib/libzstd.pc.in b/lib/libzstd.pc.in -index e7880be47..9309426ec 100644 ---- a/lib/libzstd.pc.in -+++ b/lib/libzstd.pc.in -@@ -5,7 +5,7 @@ - prefix=@PREFIX@ - exec_prefix=${prefix} - includedir=${prefix}/include --libdir=${exec_prefix}/lib -+libdir=@LIBDIR@ - - Name: zstd - Description: fast lossless compression algorithm library |