diff options
Diffstat (limited to 'testing/createrepo_c/10-libdir.patch')
| -rw-r--r-- | testing/createrepo_c/10-libdir.patch | 8 |
1 files changed, 8 insertions, 0 deletions
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}") |
