File: 0001-Increment-soversion.patch

package info (click to toggle)
libinih 59-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 484 kB
  • sloc: ansic: 719; cpp: 229; makefile: 68; sh: 62
file content (26 lines) | stat: -rw-r--r-- 677 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 120dc70075667a3995ad9a0ebbdcb78dfb9bf316 Mon Sep 17 00:00:00 2001
From: yangfl <yangfl@users.noreply.github.com>
Date: Sun, 14 Jun 2020 14:25:50 +0800
Subject: [PATCH 1/8] Increment soversion

Increment soversion due to breaking runtime patch.
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 4e4fe4b..b104957 100644
--- a/meson.build
+++ b/meson.build
@@ -79,7 +79,7 @@ lib_inih = library('inih',
     include_directories : inc_inih,
     c_args : [arg_static, extra_args],
     install : distro_install,
-    soversion : '0',
+    soversion : '1',
     gnu_symbol_visibility: 'hidden'
 )
 
-- 
2.47.2