forked from pool/ccrtp
37e33e3245
- Add aarch64 to the list of lib64 platforms OBS-URL: https://build.opensuse.org/request/show/160668 OBS-URL: https://build.opensuse.org/package/show/network:telephony/ccrtp?expand=0&rev=10
14 lines
587 B
Diff
14 lines
587 B
Diff
Index: ccrtp-2.0.1/CMakeLists.txt
|
|
===================================================================
|
|
--- ccrtp-2.0.1.orig/CMakeLists.txt
|
|
+++ ccrtp-2.0.1/CMakeLists.txt
|
|
@@ -32,7 +32,7 @@ set (PACKAGE ccrtp)
|
|
# this caused problems in debian where it has to always be lib....
|
|
set(LIB64 "")
|
|
if (NOT EXISTS /etc/debian_version)
|
|
- if ( "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64" )
|
|
+ if ( "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64" OR "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "ppc64" OR "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "aarch64")
|
|
set(LIB64 "64")
|
|
endif()
|
|
endif()
|