diff options
author | Jason Evans <jasone@canonware.com> | 2009-12-29 08:09:15 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2009-12-29 08:09:15 (GMT) |
commit | 6c8b13bf438bf2dfe2aeaaea203906e617cff02d (patch) | |
tree | 17c78e323a0e314645bdddfb36e1673861cb6b17 /jemalloc/INSTALL | |
parent | 94ad2b57c3d09a84a6b7b212757351b114408166 (diff) | |
download | jemalloc-6c8b13bf438bf2dfe2aeaaea203906e617cff02d.zip jemalloc-6c8b13bf438bf2dfe2aeaaea203906e617cff02d.tar.gz jemalloc-6c8b13bf438bf2dfe2aeaaea203906e617cff02d.tar.bz2 |
Update description of --with-rpath.
Diffstat (limited to 'jemalloc/INSTALL')
-rw-r--r-- | jemalloc/INSTALL | 4 |
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() |