From 5bb3adeb0a1e95f25000275e8de9fe353adea8fa4d72a4bba62c1c1758098757 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Tue, 10 May 2022 06:42:30 +0000 Subject: [PATCH] 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 --- taglib.changes | 5 +++++ taglib.spec | 1 + 2 files changed, 6 insertions(+) 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 \