mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
really fix memusage and xtrace scripts
This commit is contained in:
parent
eb090791c6
commit
6e3ba1514c
@ -1030,8 +1030,8 @@ for i in $RPM_BUILD_ROOT%{_prefix}/bin/{xtrace,memusage}; do
|
||||
cp -a $i $i.tmp
|
||||
sed -e 's~=/%{_lib}/libpcprofile.so~=%{_prefix}/%{_lib}/libpcprofile.so~' \
|
||||
-e 's~=/%{_lib}/libmemusage.so~=%{_prefix}/%{_lib}/libmemusage.so~' \
|
||||
-e 's~=/\$LIB/libpcprofile.so~=%{_prefix}/$LIB/libpcprofile.so~' \
|
||||
-e 's~=/\$LIB/libmemusage.so~=%{_prefix}/$LIB/libmemusage.so~' \
|
||||
-e 's~='\''/\\\$LIB/libpcprofile.so~='\''%{_prefix}/\\$LIB/libpcprofile.so~' \
|
||||
-e 's~='\''/\\\$LIB/libmemusage.so~='\''%{_prefix}/\\$LIB/libmemusage.so~' \
|
||||
$i.tmp > $i
|
||||
chmod 755 $i; rm -f $i.tmp
|
||||
done
|
||||
@ -1438,10 +1438,11 @@ rm -f *.filelist*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
- fix memusage and xtrace scripts (#200736)
|
||||
|
||||
* Wed Aug 2 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-17
|
||||
- typo fix for the dladdr patch
|
||||
- build i?86 glibc with -mno-tls-direct-seg-refs (#200469)
|
||||
- fix memusage and xtrace scripts (#200736)
|
||||
|
||||
* Wed Aug 2 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-16
|
||||
- fix dladdr on binaries/libraries with only DT_GNU_HASH and no
|
||||
|
Loading…
x
Reference in New Issue
Block a user