From 69cd4f6d64042552c86c34cf7b5c7cd2d51dac9a Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Tue, 28 May 2013 17:17:53 +0200 Subject: [PATCH] Fix x86_64 build-install compliance - Remove hardcoded library path in specfile (rpath) --- packaging/audio-session-manager.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/audio-session-manager.spec b/packaging/audio-session-manager.spec index ad0a9d6..69b7bf4 100644 --- a/packaging/audio-session-manager.spec +++ b/packaging/audio-session-manager.spec @@ -46,7 +46,7 @@ auido-session-manager development package for sdk release for audio-session %build %autogen --disable-static --noconfigure -LDFLAGS="$LDFLAGS -Wl,--rpath=%{prefix}/lib -Wl,--hash-style=both -Wl,--as-needed "; export LDFLAGS +LDFLAGS="$LDFLAGS -Wl,--rpath=%{_libdir} -Wl,--hash-style=both -Wl,--as-needed "; export LDFLAGS CFLAGS="%{optflags} -fvisibility=hidden -DMM_DEBUG_FLAG -DEXPORT_API=\"__attribute__((visibility(\\\"default\\\")))\"" ; export CFLAGS %configure --disable-static --enable-security make %{?jobs:-j%jobs} -- 2.7.4