mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-06 18:36:14 +03:00
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.
This commit is contained in:
parent
2bd3cbc5c6
commit
f576c63f1e
3 changed files with 12 additions and 8 deletions
|
|
@ -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 "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue