File: 0001-Increment-soversion.patch

package info (click to toggle)
libinih 61-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 496 kB
  • sloc: ansic: 745; cpp: 228; 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 d069838af6fcddf1d9d1af585175dfec7c567a9e 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 1f7c146..59c17a8 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.50.1