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 \