summaryrefslogtreecommitdiffstats
path: root/jemalloc/INSTALL
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2009-12-29 08:09:15 (GMT)
committerJason Evans <jasone@canonware.com>2009-12-29 08:09:15 (GMT)
commit6c8b13bf438bf2dfe2aeaaea203906e617cff02d (patch)
tree17c78e323a0e314645bdddfb36e1673861cb6b17 /jemalloc/INSTALL
parent94ad2b57c3d09a84a6b7b212757351b114408166 (diff)
downloadjemalloc-6c8b13bf438bf2dfe2aeaaea203906e617cff02d.zip
jemalloc-6c8b13bf438bf2dfe2aeaaea203906e617cff02d.tar.gz
jemalloc-6c8b13bf438bf2dfe2aeaaea203906e617cff02d.tar.bz2
Update description of --with-rpath.
Diffstat (limited to 'jemalloc/INSTALL')
-rw-r--r--jemalloc/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/jemalloc/INSTALL b/jemalloc/INSTALL
index 6812422..c24895a 100644
--- a/jemalloc/INSTALL
+++ b/jemalloc/INSTALL
@@ -23,8 +23,8 @@ any of the following arguments (not a definitive list) to 'configure':
and /usr/local/man.
--with-rpath=<colon-separated-rpath>
- Embed one or more library paths, so that Crux's internal shared library can
- find the libraries it is linked to. This works only on ELF-based systems.
+ Embed one or more library paths, so that libjemalloc can find the libraries
+ it is linked to. This works only on ELF-based systems.
--with-jemalloc-prefix=<prefix>
Prefix all public APIs with <prefix>, so that, for example, malloc()