From b4a22bb2b90de7f4828a45b5ac6c120a5bf52a00 Mon Sep 17 00:00:00 2001 From: Duke Date: Thu, 6 Apr 2023 18:48:43 -0700 Subject: [PATCH] freebsd changes to configure --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index aa424d534..90399c159 100644 --- a/configure.ac +++ b/configure.ac @@ -404,6 +404,9 @@ dnl fi *linux*) TARGET_OS=linux ;; + *freebsd*) + LEVELDB_TARGET_FLAGS="-DOS_FREEBSD" + ;; *) ;; esac