mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
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.
8 lines
318 B
Diff
8 lines
318 B
Diff
--- ./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}")
|