diff --git a/libmlt.changes b/libmlt.changes index 34b8667..a70a9e6 100644 --- a/libmlt.changes +++ b/libmlt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 7 08:12:10 UTC 2022 - Antonio Larrosa + +- Installed files included a rpath to a build directory. Do not + use rpath at all. + ------------------------------------------------------------------- Mon Dec 20 09:43:23 UTC 2021 - Luigi Baldoni diff --git a/libmlt.spec b/libmlt.spec index 195ab8a..d387453 100644 --- a/libmlt.spec +++ b/libmlt.spec @@ -1,7 +1,7 @@ # # spec file for package libmlt # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -185,7 +185,8 @@ This package contains python bindings. %endif -DGPL=ON \ -DGPL3=ON \ - -DSWIG_PYTHON=ON + -DSWIG_PYTHON=ON \ + -DCMAKE_SKIP_RPATH=1 %cmake_build %install