100-fix-x86_64-build.patch (319B)
1 --- a/CMakeLists.txt 2 +++ b/CMakeLists.txt 3 @@ -55,7 +55,7 @@ if ( NOT DEFINED LIB_SUFFIX ) 4 AND NOT EXISTS "/etc/debian_version" 5 AND NOT EXISTS "/etc/arch-release" ) 6 if ( "${CMAKE_SIZEOF_VOID_P}" EQUAL "8" ) 7 - set ( LIB_SUFFIX 64 ) 8 + set ( LIB_SUFFIX "" ) 9 endif () 10 endif () 11 endif ()