Skip to content

Commit

Permalink
Don't install librtkaio.a
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab committed Apr 16, 2010
1 parent 3087d4a commit 8bff846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedora/glibc.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ cd build-%{nptl_target_cpu}-linuxnptl && \
librtso=`basename $RPM_BUILD_ROOT/%{_lib}/librt.so.*`

%ifarch %{rtkaioarches}
rm -f $RPM_BUILD_ROOT{,%{_prefix}}/%{_lib}/librtkaio.so*
rm -f $RPM_BUILD_ROOT{,%{_prefix}}/%{_lib}/librtkaio.*
rm -f $RPM_BUILD_ROOT%{_prefix}/%{_lib}/librt.so.*
mkdir -p $RPM_BUILD_ROOT/%{_lib}/rtkaio
mv $RPM_BUILD_ROOT/%{_lib}/librtkaio-*.so $RPM_BUILD_ROOT/%{_lib}/rtkaio/
Expand Down

0 comments on commit 8bff846

Please sign in to comment.