From 00007ce8cecd281a981e9c6c80b64f5f3cb8a6e9 Mon Sep 17 00:00:00 2001 From: Paul Morgan Date: Tue, 22 Aug 2017 22:07:45 +0000 Subject: testing/createrepo_c: new aport This is a C implementation of createrepo and is smaller and faster than (the python-based) createrepo. The base package provides utilities to manipulate yum repositories: - createrepo_c - mergerepo_c - modifyrepo_c - sqliterepo_c Subpackages provide additional features. --- testing/createrepo_c/10-libdir.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 testing/createrepo_c/10-libdir.patch (limited to 'testing/createrepo_c/10-libdir.patch') diff --git a/testing/createrepo_c/10-libdir.patch b/testing/createrepo_c/10-libdir.patch new file mode 100644 index 0000000000..82848b4030 --- /dev/null +++ b/testing/createrepo_c/10-libdir.patch @@ -0,0 +1,8 @@ +--- ./src/CMakeLists.txt.orig ++++ ./src/CMakeLists.txt +@@ -110,4 +110 @@ +-IF (CMAKE_SIZEOF_VOID_P MATCHES "8") +- SET (LIB_SUFFIX "64") +-ENDIF (CMAKE_SIZEOF_VOID_P MATCHES "8") +-SET (LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}") ++SET (LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}") -- cgit v1.2.3