summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-10 13:30:53 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-10 13:30:53 +0000
commit06132c347a522a8da200462819aa07bc6619e72c (patch)
tree932e40d7b3650f389072ffb621cf3302354b9f92
parentefc3312befa5b664a5ff3789f30a68b631b10ac7 (diff)
downloadzlib-06132c347a522a8da200462819aa07bc6619e72c.tar.gz
Remove ldconfig, don't just make and install libraries
-rw-r--r--zlib.morph5
1 files changed, 2 insertions, 3 deletions
diff --git a/zlib.morph b/zlib.morph
index 98267b9..6a51c69 100644
--- a/zlib.morph
+++ b/zlib.morph
@@ -6,10 +6,9 @@
"LD_LIBRARY_PATH=\"/tools/lib:$LD_LIBRARY_PATH\" PATH=\"/tools/bin:$PATH\" prefix=/usr CC='gcc -B/usr/lib -B/usr/lib64' ./configure"
],
"build-commands": [
- "LD_LIBRARY_PATH=\"/tools/lib:$LD_LIBRARY_PATH\" PATH=\"/tools/bin:$PATH\" make -j1 libs"
+ "LD_LIBRARY_PATH=\"/tools/lib:$LD_LIBRARY_PATH\" PATH=\"/tools/bin:$PATH\" make -j1"
],
"install-commands": [
- "LD_LIBRARY_PATH=\"/tools/lib:$LD_LIBRARY_PATH\" PATH=\"/tools/bin:$PATH\" make install-libs",
- "if $BOOTSTRAP; then ldconfig -f /etc/ld.so.conf -C /etc/ld.so.cache; fi"
+ "LD_LIBRARY_PATH=\"/tools/lib:$LD_LIBRARY_PATH\" PATH=\"/tools/bin:$PATH\" make install",
]
}