File: meson-build-soname

package info (click to toggle)
libesmtp 1.1.0-3.2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 908 kB
  • sloc: ansic: 7,282; python: 37; sh: 13; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 630 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: "Jeremy T. Bouse" <jbouse@debian.org>
Date: Mon, 7 Jun 2021 20:28:24 -0400
Subject: Update libESMTP SONAME version on build

---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 72e23c3..e2b8a44 100644
--- 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)