Sophie

Sophie

distrib > Mageia > 9 > armv7hl > by-pkgid > 16de4c8c8b39d6e5da3ce092b1748a7b > files > 1

libvirt-9.6.0-1.1.mga9.src.rpm

From 2331c1342c48cd3aaffeb2a6fd077047e65a291b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jani=20V=C3=A4limaa?= <wally@mageia.org>
Date: Sun, 18 Oct 2020 15:33:41 +0300
Subject: [PATCH] Drop preserved runstatedir option from meson_options.txt

Mageia meson supports -Drunstatedir=/run OOTB.
---
 meson_options.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meson_options.txt b/meson_options.txt
index 74de064..024125d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,7 +2,6 @@ option('no_git', type: 'boolean', value:
 option('packager', type: 'string', value: '', description: 'Extra packager name')
 option('packager_version', type: 'string', value: '', description: 'Extra packager version')
 option('system', type: 'boolean', value: false, description: 'Set install paths to system ones')
-option('runstatedir', type: 'string', value: '', description: 'State directory for temporary sockets, pid files, etc')
 option('initconfdir', type: 'string', value: '', description: 'directory for init script configuration files')
 option('expensive_tests', type: 'feature', value: 'auto', description: 'set the default for enabling expensive tests (long timeouts)')
 option('test_coverage', type: 'boolean', value: false, description: 'turn on code coverage instrumentation')
-- 
2.28.0