From: Neal Gompa (ニール・ゴンパ) Date: Fri, 2 Oct 2015 14:33:21 +0000 (-0400) Subject: Add RPM-MD repodata support with Mageia X-Git-Tag: 0.6.15~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F106%2Fhead;p=thirdparty%2Flibsolv.git Add RPM-MD repodata support with Mageia --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c089e21c..fd1426b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,6 +123,7 @@ MESSAGE (STATUS "Building for Mageia") ADD_DEFINITIONS (-DMAGEIA) SET (ENABLE_MDKREPO ON) SET (ENABLE_RPMDB ON) +SET (ENABLE_RPMMD ON) SET (ENABLE_LZMA_COMPRESSION ON) SET (have_system ${have_system}x) ENDIF (MAGEIA)