Fix jemalloc.sh code generation.
Fix jemalloc.sh code generation by adding @sorev@ and using it instead of @SOREV@ (which contains Makefile-specific variables).
This commit is contained in:
@@ -4,6 +4,6 @@ prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
|
||||
@LD_PRELOAD_VAR@=${libdir}/libjemalloc.@SOREV@
|
||||
@LD_PRELOAD_VAR@=${libdir}/libjemalloc.@sorev@
|
||||
export @LD_PRELOAD_VAR@
|
||||
exec "$@"
|
||||
|
Reference in New Issue
Block a user