Accepting request 1038605 from home:Vogtinator:branches:KDE:Frameworks5
- Drop fpie.patch, works as expected without OBS-URL: https://build.opensuse.org/request/show/1038605 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdesu?expand=0&rev=265
This commit is contained in:
parent
23817b0abf
commit
c649b147db
14
fpie.patch
14
fpie.patch
@ -1,14 +0,0 @@
|
||||
Index: kdesu-5.62.0git.20220827T215947~7188b15/src/kdesud/CMakeLists.txt
|
||||
===================================================================
|
||||
--- kdesu-5.62.0git.20220827T215947~7188b15.orig/src/kdesud/CMakeLists.txt 2022-08-27 21:59:47.000000000 +0200
|
||||
+++ kdesu-5.62.0git.20220827T215947~7188b15/src/kdesud/CMakeLists.txt 2022-08-28 22:14:41.623414812 +0200
|
||||
@@ -30,6 +30,9 @@
|
||||
target_include_directories(kdesud PRIVATE ${X11_X11_INCLUDE_PATH})
|
||||
endif()
|
||||
|
||||
+set_property(TARGET kdesud APPEND_STRING PROPERTY COMPILE_FLAGS " -fPIE")
|
||||
+set_property(TARGET kdesud APPEND_STRING PROPERTY LINK_FLAGS " -pie")
|
||||
+
|
||||
if(BUILD_TESTING)
|
||||
add_subdirectory(autotests)
|
||||
endif()
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 09:10:30 UTC 2022 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Drop fpie.patch, works as expected without
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 08:53:03 UTC 2022 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -35,8 +35,6 @@ Source: %{name}-%{version}.tar.xz
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
# PATCH-FIX-OPENSUSE fpie.patch -- make kdesud compile/link with -(f)pie flags
|
||||
Patch0: fpie.patch
|
||||
# PATCH-FIX-OPENSUSE
|
||||
Patch1: 0001-Unset-QT_QPA_PLATFORM-to-get-xcb.patch
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
|
Loading…
Reference in New Issue
Block a user