Skip to content

Commit 11c5827

Browse files
committed
[build] Add NETBSD leveldb target to configure.ac
1 parent 1944fa3 commit 11c5827

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configure.ac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,9 @@ case $host in
449449
*openbsd*)
450450
LEVELDB_TARGET_FLAGS="-DOS_OPENBSD"
451451
;;
452+
*netbsd*)
453+
LEVELDB_TARGET_FLAGS="-DOS_NETBSD"
454+
;;
452455
*)
453456
OTHER_OS=`echo ${host_os} | awk '{print toupper($0)}'`
454457
AC_MSG_WARN([Guessing LevelDB OS as OS_${OTHER_OS}, please check whether this is correct, if not add an entry to configure.ac.])

0 commit comments

Comments
 (0)