summaryrefslogtreecommitdiff
path: root/net-libs/libesmtp/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
commitd18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c (patch)
tree4a95cbc6ffdf13bad6ecbc7f8d5af99631984123 /net-libs/libesmtp/files
parente748ba9741f6540f4675c23e3e37b73e822c13a4 (diff)
gentoo resync : 15.06.2021
Diffstat (limited to 'net-libs/libesmtp/files')
-rw-r--r--net-libs/libesmtp/files/libesmtp-1.1.0-fix-soname.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/net-libs/libesmtp/files/libesmtp-1.1.0-fix-soname.patch b/net-libs/libesmtp/files/libesmtp-1.1.0-fix-soname.patch
new file mode 100644
index 000000000000..52e4386dc0f7
--- /dev/null
+++ b/net-libs/libesmtp/files/libesmtp-1.1.0-fix-soname.patch
@@ -0,0 +1,19 @@
+https://github.com/libesmtp/libESMTP/pull/7
+
+From 4543d5a6848a752d690150b6987ca9c556d793fc Mon Sep 17 00:00:00 2001
+From: "Jeremy T. Bouse" <Jeremy.Bouse@UnderGrid.net>
+Date: Mon, 7 Jun 2021 20:44:37 -0400
+Subject: [PATCH] Update to correct SONAME version
+
+Pass as version to allow Meson to manage SONAME version.
+--- a/meson.build
++++ b/meson.build
+@@ -208,7 +208,7 @@ vflag = '-Wl,--version-script,@0@/@1@'.format(meson.current_source_dir(), mapfil
+
+ lib = library('esmtp', sources,
+ link_args : vflag, link_depends : mapfile,
+- soversion : libesmtp_so_version,
++ version : libesmtp_so_version,
+ dependencies : deps,
+ install : true)
+