]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Enable MULTI_SEMANTICS in the spec file
authorMichael Schroeder <mls@suse.de>
Thu, 15 Feb 2024 10:01:06 +0000 (11:01 +0100)
committerMichael Schroeder <mls@suse.de>
Thu, 15 Feb 2024 10:01:06 +0000 (11:01 +0100)
There's no good reason not to do it.

package/libsolv.spec.in

index 434dabf5db54e6c9e9b964e17d7d3f0673ca8f1d..21c21a850a1440ff9bf227f9a2a214b929e62024 100644 (file)
@@ -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} \