summaryrefslogtreecommitdiff
path: root/libre/icedove/configure-fix-passing-system-bzip2-ldflags.patch
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2021-11-12 16:57:33 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2021-11-30 11:10:22 -0500
commitf9c7298ade2cb6168a564635783124176423b30f (patch)
tree964c642dcb756c55c77413133d2c42e4ac99b549 /libre/icedove/configure-fix-passing-system-bzip2-ldflags.patch
parentebcba7f9e5b7e14c63fd0be4a8345352e711da0c (diff)
downloadabslibre-f9c7298ade2cb6168a564635783124176423b30f.tar.gz
abslibre-f9c7298ade2cb6168a564635783124176423b30f.tar.bz2
abslibre-f9c7298ade2cb6168a564635783124176423b30f.zip
[libre-testing/icedove]: add package
Diffstat (limited to 'libre/icedove/configure-fix-passing-system-bzip2-ldflags.patch')
-rw-r--r--libre/icedove/configure-fix-passing-system-bzip2-ldflags.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/libre/icedove/configure-fix-passing-system-bzip2-ldflags.patch b/libre/icedove/configure-fix-passing-system-bzip2-ldflags.patch
deleted file mode 100644
index 0fecdbdbd..000000000
--- a/libre/icedove/configure-fix-passing-system-bzip2-ldflags.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 9855927c896eaeecb21c1541942ee6d557144183 Mon Sep 17 00:00:00 2001
-From: anthraxx <levente@leventepolyak.net>
-Date: Sun, 8 Nov 2020 13:26:47 +0100
-Subject: [PATCH] configure: fix passing system bzip2 ldflags
-
----
- comm/third_party/openpgp.configure | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/comm/third_party/openpgp.configure b/comm/third_party/openpgp.configure
-index 2f9c796..2cbc907 100644
---- a/comm/third_party/openpgp.configure
-+++ b/comm/third_party/openpgp.configure
-@@ -80,7 +80,7 @@ with only_when('--enable-compile-environment'):
- if bzip2_pkg:
- cflags = list(bzip2_pkg.cflags)
- libs = bzip2_pkg.libs
-- return namespace(cflags=cflags, libs=libs, path=(value[0]), )
-+ return namespace(cflags=cflags, ldflags=libs, )
- # Fallback
- return namespace(
- ldflags=['-lbz2'],
---
-2.28.0
-