summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2011-11-02 05:27:41 (GMT)
committerJason Evans <je@fb.com>2011-11-02 05:27:41 (GMT)
commitf576c63f1eb29ce32e930501f65c541ff344e912 (patch)
tree22d3c78d78487b529efec5ae519ec70ce5e45cd3 /bin
parent2bd3cbc5c68bb9b097c382108ae1aed793e08062 (diff)
downloadjemalloc-f576c63f1eb29ce32e930501f65c541ff344e912.zip
jemalloc-f576c63f1eb29ce32e930501f65c541ff344e912.tar.gz
jemalloc-f576c63f1eb29ce32e930501f65c541ff344e912.tar.bz2
Refactor SO and REV make variables.
Refactor the SO and REV such that they are set via autoconf variables, @so@ and @rev@. These variables are both needed by the jemalloc.sh script, so this unifies their definitions.
Diffstat (limited to 'bin')
-rw-r--r--bin/jemalloc.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/jemalloc.sh.in b/bin/jemalloc.sh.in
index 4d13cc6..56cdfaf 100644
--- a/bin/jemalloc.sh.in
+++ b/bin/jemalloc.sh.in
@@ -4,6 +4,6 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
-@LD_PRELOAD_VAR@=${libdir}/libjemalloc.@SHLIB_SUFFIX_NAME@.1
+@LD_PRELOAD_VAR@=${libdir}/libjemalloc.@so@.@rev@
export @LD_PRELOAD_VAR@
exec "$@"