bdk-blender/intern/libc_compat
Sergey Sharybin d730280c02 Fix compilation on Linux, glibc 2.34, and CentOS libraries
A continuation of previous fix for malloc hooks which got removed
from the new glibc library.

The pre-compiled jemalloc has definitions which interpose hooks
in glibc leading to linking errors with multiple hook definitions.

A simple fix is to skip doing the workaround when using jemalloc
from pre-compiled libraries.

This will likely be revisited in the future, but for now it is
important to fix compilation errors for developers.
2023-02-15 10:06:57 +01:00
..
CMakeLists.txt Fix compilation on Linux, glibc 2.34, and CentOS libraries 2023-02-15 10:06:57 +01:00
libc_compat.c Fix compilation on Linux, glibc 2.34, and CentOS libraries 2023-02-15 10:06:57 +01:00