Accepting request 975939 from home:cgiboudeaux:branches:multimedia:libs

- Remove build rpath from executables (boo#1199058)

OBS-URL: https://build.opensuse.org/request/show/975939
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/taglib?expand=0&rev=99
This commit is contained in:
Dave Plater 2022-05-10 06:42:30 +00:00 committed by Git OBS Bridge
parent ce7e53fde4
commit 5bb3adeb0a
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 9 19:05:54 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Remove build rpath from executables (boo#1199058)
-------------------------------------------------------------------
Thu Mar 18 17:18:24 CET 2021 - tiwai@suse.de

View File

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