forked from pool/munit
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/munit?expand=0&rev=1
26 lines
583 B
Diff
26 lines
583 B
Diff
From 6a61791e5ead833964fb5a340b30c983aae82cd6 Mon Sep 17 00:00:00 2001
|
|
From: Jan Engelhardt <jengelh@inai.de>
|
|
Date: Mon, 3 Aug 2020 10:55:34 +0200
|
|
Subject: [PATCH] unversioned libraries suck
|
|
Upstream: not sent
|
|
|
|
---
|
|
meson.build | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/meson.build b/meson.build
|
|
index 44ee737..4b5d04b 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -11,6 +11,7 @@ root_include = include_directories('.')
|
|
|
|
munit = library('munit',
|
|
['munit.c'],
|
|
+ soversion: '0suse0',
|
|
install: not meson.is_subproject())
|
|
|
|
if meson.is_subproject()
|
|
--
|
|
2.28.0
|
|
|