diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-08-03 06:24:48 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-08-03 06:24:48 +0000 |
commit | 6e3ba1514c3973dc55f6c16cb737dc3624d6837f (patch) | |
tree | e826521b166554d4e934c098f89ed0f7930f975f | |
parent | eb090791c67113f5b85f759f84353461197a5756 (diff) | |
download | glibc-6e3ba1514c3973dc55f6c16cb737dc3624d6837f.tar glibc-6e3ba1514c3973dc55f6c16cb737dc3624d6837f.tar.gz glibc-6e3ba1514c3973dc55f6c16cb737dc3624d6837f.tar.bz2 glibc-6e3ba1514c3973dc55f6c16cb737dc3624d6837f.zip |
really fix memusage and xtrace scripts
-rw-r--r-- | fedora/glibc.spec.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 957a788ed4..72089575e1 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -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 |