cpu-x/no-no-pie.patch
Jan Engelhardt 98806db483 Accepting request 1084971 from home:pluskalm:branches:utilities
- Update to version 4.5.3:
  * Add BAR size for Intel discrete GPU
  * Add total VRAM size via Vulkan API for checking ResizableBAR
  * Update databases (Intel Alder Lake, Intel Raptor Lake-S/P/U)
  * Disable OpenCL support by default
  * Update brand logos for AMD and Intel
  * Make yellow brighter for dark themes in GTK GUI
  * Patch dmidecode to version 3.5.484f893
  * Update 'Technology' label in CPU tab for new node name (like
    Intel 7) and change prefix for technology nodes >= 100nm to µm
- Drop no longer needed cpu-x-update-database.patch

OBS-URL: https://build.opensuse.org/request/show/1084971
OBS-URL: https://build.opensuse.org/package/show/utilities/cpu-x?expand=0&rev=24
2023-05-05 09:47:33 +00:00

23 lines
721 B
Diff

From: Jan Engelhardt <jengelh@inai.de>
Date: 2020-10-10 12:34:08.413465744 +0200
Revert 04472c948d7a0f51d9ec6cda3caed683bca488ce.
Why is this flag even here...
---
CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)
Index: CPU-X-4.5.3/CMakeLists.txt
===================================================================
--- CPU-X-4.5.3.orig/CMakeLists.txt
+++ CPU-X-4.5.3/CMakeLists.txt
@@ -38,7 +38,6 @@ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_E
include(CheckCCompilerFlag)
check_c_compiler_flag("-no-pie" HAS_NO_PIE)
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux" AND HAS_NO_PIE)
- set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -no-pie")
endif(${CMAKE_SYSTEM_NAME} MATCHES "Linux" AND HAS_NO_PIE)
# Options