add autogenerated jemalloc.sh wrapper script
This commit is contained in:
committed by
Jason Evans
parent
da9dde0854
commit
2bd3cbc5c6
9
bin/jemalloc.sh.in
Normal file
9
bin/jemalloc.sh.in
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
|
||||
@LD_PRELOAD_VAR@=${libdir}/libjemalloc.@SHLIB_SUFFIX_NAME@.1
|
||||
export @LD_PRELOAD_VAR@
|
||||
exec "$@"
|
Reference in New Issue
Block a user