From 856407030e93ecef6fe8a864f9d02eb43fea883d Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Mon, 19 Nov 2012 12:40:09 +0100 Subject: [PATCH] Remove rpath from libcmpisfcc library --- sblim-sfcc.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sblim-sfcc.spec b/sblim-sfcc.spec index dbfce55..0d88096 100644 --- a/sblim-sfcc.spec +++ b/sblim-sfcc.spec @@ -7,7 +7,7 @@ Summary: Small Footprint CIM Client Library Name: sblim-sfcc Version: 2.2.4 -Release: 3%{?dist} +Release: 4%{?dist} Group: Applications/System License: EPL URL: http://www.sblim.org @@ -34,6 +34,8 @@ Small Footprint CIM Client Library Header Files and Link Libraries chmod a-x backend/cimxml/*.[ch] %configure +sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool +sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool make %{?_smp_flags} %install @@ -57,6 +59,9 @@ rm -rf %{buildroot}/%{_libdir}/*a %{_libdir}/*.so %changelog +* Mon Nov 19 2012 Vitezslav Crhonek - 2.2.4-4 +- Remove rpath from libcmpisfcc library + * Thu Sep 06 2012 Vitezslav Crhonek - 2.2.4-3 - Fix issues found by fedora-review utility in the spec file