mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 16:13:38 +03:00
Support Debian GNU/kFreeBSD.
Treat it exactly like Linux since they both use GNU libc.
This commit is contained in:
parent
b4486dce24
commit
092d760817
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ case "${host}" in
|
||||||
abi="elf"
|
abi="elf"
|
||||||
AC_DEFINE([JEMALLOC_PURGE_MADVISE_FREE], [ ])
|
AC_DEFINE([JEMALLOC_PURGE_MADVISE_FREE], [ ])
|
||||||
;;
|
;;
|
||||||
*-*-linux*)
|
*-*-linux* | *-*-kfreebsd*)
|
||||||
dnl syscall(2) and secure_getenv(3) are exposed by _GNU_SOURCE.
|
dnl syscall(2) and secure_getenv(3) are exposed by _GNU_SOURCE.
|
||||||
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
|
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
|
||||||
abi="elf"
|
abi="elf"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue