From: Michael Schroeder Date: Mon, 11 Apr 2016 14:01:33 +0000 (+0200) Subject: Make the pool_parserpmrichdep function public X-Git-Tag: 0.6.21~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d9ca7d8f88a41873ba783632d44b06a6ac544fb;p=thirdparty%2Flibsolv.git Make the pool_parserpmrichdep function public --- diff --git a/ext/CMakeLists.txt b/ext/CMakeLists.txt index ad524955..ec5f20cc 100644 --- a/ext/CMakeLists.txt +++ b/ext/CMakeLists.txt @@ -48,6 +48,8 @@ IF (ENABLE_COMPLEX_DEPS) IF (ENABLE_SUSEREPO OR ENABLE_RPMMD OR ENABLE_RPMDB) SET (libsolvext_SRCS ${libsolvext_SRCS} pool_parserpmrichdep.c) + SET (libsolvext_HEADERS ${libsolvext_HEADERS} + pool_parserpmrichdep.h) ENDIF (ENABLE_SUSEREPO OR ENABLE_RPMMD OR ENABLE_RPMDB) ENDIF (ENABLE_COMPLEX_DEPS) diff --git a/ext/libsolvext.ver b/ext/libsolvext.ver index 654469b6..8774fd46 100644 --- a/ext/libsolvext.ver +++ b/ext/libsolvext.ver @@ -2,6 +2,7 @@ SOLV_1.0 { global: pool_deb_get_autoinstalled; pool_findfileconflicts; + pool_parserpmrichdep; repo_add_appdata; repo_add_appdata_dir; repo_add_arch_local;