Update to 1.0.11 Remove rpath from compiled binaries
This commit is contained in:
parent
7bfae37b3a
commit
0efccdd519
@ -1 +1 @@
|
||||
lksctp-tools-1.0.10.tar.gz
|
||||
lksctp-tools-1.0.11.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: User-space access to Linux Kernel SCTP
|
||||
Name: lksctp-tools
|
||||
Version: 1.0.10
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0.11
|
||||
Release: 1%{?dist}
|
||||
# src/apps/bindx_test.C is GPLv2, I've asked upstream for clarification
|
||||
License: GPLv2 and GPLv2+ and LGPLv2 and MIT
|
||||
Group: System Environment/Libraries
|
||||
@ -51,6 +51,10 @@ Drafts).
|
||||
%build
|
||||
[ ! -x ./configure ] && sh bootstrap
|
||||
%configure
|
||||
# remove rpath from libtool
|
||||
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}
|
||||
|
||||
%install
|
||||
@ -92,6 +96,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc doc/*.txt
|
||||
|
||||
%changelog
|
||||
* Tue Dec 1 2009 Jan Safranek <jsafrane@redhat.com> 1.0.11-1
|
||||
- Update to 1.0.11
|
||||
- Remove rpath from compiled binaries
|
||||
|
||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user