summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-25 10:31:16 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-25 10:31:16 +0000
commit52a07a7ce6b09b34ecd5539ec0090552531e45ad (patch)
tree39de42678b68a504f11c92464fee3ecfc12d2543
parent9e59873c2094e5c9406c3f3eeef6526afd6e0599 (diff)
downloadzlib-52a07a7ce6b09b34ecd5539ec0090552531e45ad.tar.gz
Remove -n from ldconfig call
-rw-r--r--zlib.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib.morph b/zlib.morph
index 3df5324..0128690 100644
--- a/zlib.morph
+++ b/zlib.morph
@@ -10,6 +10,6 @@
],
"install-commands": [
"LD_LIBRARY_PATH=/tools/lib PATH=/tools/bin:$PATH make install-libs",
- "ldconfig -f /etc/ld.so.conf -C /etc/ld.so.cache -n"
+ "ldconfig -f /etc/ld.so.conf -C /etc/ld.so.cache"
]
}