diff options
Diffstat (limited to 'testing/createrepo_c/10-libdir.patch')
-rw-r--r-- | testing/createrepo_c/10-libdir.patch | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/testing/createrepo_c/10-libdir.patch b/testing/createrepo_c/10-libdir.patch deleted file mode 100644 index 82848b4030..0000000000 --- a/testing/createrepo_c/10-libdir.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- ./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}") |