commit | 092d760817d4e3f16f465d77bf2b83375dc2db39 | [log] [tgz] |
---|---|---|
author | Samuel Moritz <samuel.moritz@gmail.com> | Mon Jul 25 19:33:27 2016 +0200 |
committer | Jason Evans <jasone@canonware.com> | Thu Nov 10 15:39:33 2016 -0800 |
tree | 1824fcfda8fef8e7ab0e5c13296a8ce9b3801c45 | |
parent | b4486dce242f2ae6a80990e09acf8080c164d1e7 [diff] [blame] |
Support Debian GNU/kFreeBSD. Treat it exactly like Linux since they both use GNU libc.
diff --git a/configure.ac b/configure.ac index 104fd99..451eb62 100644 --- a/configure.ac +++ b/configure.ac
@@ -384,7 +384,7 @@ abi="elf" AC_DEFINE([JEMALLOC_PURGE_MADVISE_FREE], [ ]) ;; - *-*-linux*) + *-*-linux* | *-*-kfreebsd*) dnl syscall(2) and secure_getenv(3) are exposed by _GNU_SOURCE. CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" abi="elf"