summaryrefslogtreecommitdiffstats
path: root/host/Modules/UHDPackage.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'host/Modules/UHDPackage.cmake')
-rw-r--r--host/Modules/UHDPackage.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/host/Modules/UHDPackage.cmake b/host/Modules/UHDPackage.cmake
index 65637ab16..e7aa386f6 100644
--- a/host/Modules/UHDPackage.cmake
+++ b/host/Modules/UHDPackage.cmake
@@ -48,6 +48,11 @@ IF(UHD_RELEASE_MODE)
SET(CPACK_GENERATOR RPM)
ENDIF()
+ #when the library suffix should be 64 (applies to redhat linux family)
+ IF(EXISTS "/etc/redhat-release" AND _machine MATCHES "64$")
+ SET(LIB_SUFFIX 64)
+ ENDIF()
+
#set a more sensible package name for this system
SET(CPACK_PACKAGE_FILE_NAME "UHD-${UHD_VERSION}-${_os_name}-${_os_version}-${_machine}")