]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- enabled chrpath on alpha (current version works with Elf64)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 31 Jan 2004 17:47:34 +0000 (17:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.142

rpm.macros

index 8125163268f83782c0247b7f2fdad13a24a5cf82..da42ecd01a9751a369e008566feaa2698102b516 100644 (file)
@@ -271,7 +271,6 @@ echo "Compress man and info pages."; \
 %{!?no_install_post_chrpath: \
        %{?verbose:set -x;} \
 echo "Remove RPATH from executable binaries and shared object files."; \
-if [ "$(uname -m)" != alpha ] ; then \
 find $RPM_BUILD_ROOT -type f ! -regex ".*ld-[0-9.]*so.*" | xargs -r file | \
        awk '/ELF.*(executable|shared object)/ {print $1}' | cut -d: -f1 | \
 while read file ; do \
@@ -291,7 +290,7 @@ while read file ; do \
        done ; \
        if [ "$rpath" = "" ] ; then chrpath -d "$file" > /dev/null ; \
        else chrpath -r "$rpath" "$file" > /dev/null ; fi ; \
-done; fi; } \
+done; } \
 } }
 #-----------------------------------------------------------------
 # Find and gzip all kernel modules
This page took 0.03959 seconds and 4 git commands to generate.