From 249e5482d517e5b48fc48b0928a06119e846b6d25c44e416e437d4d0e3a1ec4c Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 24 Mar 2020 11:36:06 +0000 Subject: [PATCH] Accepting request 787675 from home:mlin7442:fix_rpath_leap disable RPATH for building, the bit has been removed from macros.cmake OBS-URL: https://build.opensuse.org/request/show/787675 OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/screengrab?expand=0&rev=17 --- screengrab.changes | 5 +++++ screengrab.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/screengrab.changes b/screengrab.changes index a2a413b..b715aab 100644 --- a/screengrab.changes +++ b/screengrab.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 24 07:03:55 UTC 2020 - Max Lin + +- Disable RPATH for building + ------------------------------------------------------------------- Thu Jan 23 08:31:15 UTC 2020 - Michael Vetter diff --git a/screengrab.spec b/screengrab.spec index 38b80c6..98a4ca8 100644 --- a/screengrab.spec +++ b/screengrab.spec @@ -1,7 +1,7 @@ # # spec file for package screengrab # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -56,6 +56,7 @@ Screenshot taker with the ability to publish them via hosting services. %build %cmake \ + -DCMAKE_SKIP_RPATH:BOOL=ON \ -DSG_DBUS_NOTIFY=ON \ -DSG_EXT_EDIT=OFF \ -DSG_EXT_UPLOADS=OFF \