about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-06-17 13:46:04 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-06-17 13:46:04 +0000
commit0a2f531aeaad713baf9570e7bc86bfebc5a1503b (patch)
tree8fd07ebede4596e5bfdc71fd2017be938d5b9074 /pkgs/tools
parent98761b883a1a7e209c80796928ba3cd887ecaaaf (diff)
* Don't patch symlinked shared libraries.
svn path=/nixpkgs/trunk/; revision=3195
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/compression/bzip2/builder.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/tools/compression/bzip2/builder.sh b/pkgs/tools/compression/bzip2/builder.sh
index 00deff9e2c07f..c88724f2d21b2 100644
--- a/pkgs/tools/compression/bzip2/builder.sh
+++ b/pkgs/tools/compression/bzip2/builder.sh
@@ -6,16 +6,6 @@ preBuild() {
     make -f Makefile-libbz2_so
 }
 
-patchELF() {
-    # Patch all ELF executables and shared libraries.
-    header "patching ELF executables and libraries (BLA)"
-    find "$prefix" \( \
-        \( -type f -a -name "*.so*" \) -o \
-        \( -type f -a -perm +0100 \) \
-        \) -exec patchelf --shrink-rpath {} \;
-    stopNest
-}
-
 preInstall=preInstall
 preInstall() {
     ensureDir $out/lib