From: Michael Schroeder Date: Thu, 15 Feb 2024 10:01:06 +0000 (+0100) Subject: Enable MULTI_SEMANTICS in the spec file X-Git-Tag: 0.7.29~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b0788fb7ee937b7d38829bcec47760e42779a66;p=thirdparty%2Flibsolv.git Enable MULTI_SEMANTICS in the spec file There's no good reason not to do it. --- diff --git a/package/libsolv.spec.in b/package/libsolv.spec.in index 434dabf5..21c21a85 100644 --- a/package/libsolv.spec.in +++ b/package/libsolv.spec.in @@ -256,6 +256,7 @@ cmake . $CMAKE_FLAGS \ -DWITH_LIBXML2=1 \ -DENABLE_APPDATA=1 \ -DENABLE_COMPS=1 \ + -DMULTI_SEMANTICS=1 \ %{?with_static:-DENABLE_STATIC=1} \ %{!?with_shared:-DDISABLE_SHARED=1} \ %{?with_perl:-DENABLE_PERL=1} \