- remove rpath

This commit is contained in:
Miroslav Lichvar 2010-04-21 17:03:42 +00:00
parent 2447470b3e
commit 407c61dcc5
1 changed files with 8 additions and 1 deletions

View File

@ -15,7 +15,7 @@
Name: conky
Version: 1.8.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A system monitor for X
Group: User Interface/X
@ -73,6 +73,10 @@ done
%{?with_wlan: --enable-wlan} \
;
# don't use rpath
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_mflags}
@ -100,6 +104,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Apr 21 2010 Miroslav Lichvar <mlichvar@redhat.com> - 1.8.0-4
- remove rpath
* Wed Apr 14 2010 Miroslav Lichvar <mlichvar@redhat.com> - 1.8.0-3
- enable imlib support (#581986)