diff --git a/taglib.changes b/taglib.changes index fba23e7..bbeafa1 100644 --- a/taglib.changes +++ b/taglib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 9 19:05:54 UTC 2022 - Christophe Giboudeaux + +- Remove build rpath from executables (boo#1199058) + ------------------------------------------------------------------- Thu Mar 18 17:18:24 CET 2021 - tiwai@suse.de diff --git a/taglib.spec b/taglib.spec index ba27b30..a0cb6ad 100644 --- a/taglib.spec +++ b/taglib.spec @@ -119,6 +119,7 @@ This package contains the taglib API Documentation in HTML format. %cmake \ -DWITH_ASF:BOOL=ON \ -DWITH_MP4:BOOL=ON \ + -DCMAKE_SKIP_BUILD_RPATH=ON \ %if %{with tests} -DBUILD_TESTS:BOOL=ON \ -DBUILD_EXAMPLES:BOOL=OFF \