SHA256
1
0
forked from pool/screengrab

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
This commit is contained in:
Michael Vetter 2020-03-24 11:36:06 +00:00 committed by Git OBS Bridge
parent d5d252bb5f
commit 249e5482d5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 24 07:03:55 UTC 2020 - Max Lin <mlin@suse.com>
- Disable RPATH for building
-------------------------------------------------------------------
Thu Jan 23 08:31:15 UTC 2020 - Michael Vetter <mvetter@suse.com>

View File

@ -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 \