f9e624a Stop using jemalloc

Authored and Committed by music 2 years ago
    Stop using jemalloc
    
    Instead of using jemalloc as a workaround for malloc hooks removed in
    glibc 2.34, use a patch to disable the hooks as is done upstream on
    non-Linux platforms. This patch replaces a sed expression that
    accomplished the same goal.
    
        
file modified
+7 -3