mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
[build] Add NETBSD leveldb target to configure.ac
This commit is contained in:
parent
1944fa3205
commit
11c5827ca7
@ -449,6 +449,9 @@ case $host in
|
|||||||
*openbsd*)
|
*openbsd*)
|
||||||
LEVELDB_TARGET_FLAGS="-DOS_OPENBSD"
|
LEVELDB_TARGET_FLAGS="-DOS_OPENBSD"
|
||||||
;;
|
;;
|
||||||
|
*netbsd*)
|
||||||
|
LEVELDB_TARGET_FLAGS="-DOS_NETBSD"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
OTHER_OS=`echo ${host_os} | awk '{print toupper($0)}'`
|
OTHER_OS=`echo ${host_os} | awk '{print toupper($0)}'`
|
||||||
AC_MSG_WARN([Guessing LevelDB OS as OS_${OTHER_OS}, please check whether this is correct, if not add an entry to configure.ac.])
|
AC_MSG_WARN([Guessing LevelDB OS as OS_${OTHER_OS}, please check whether this is correct, if not add an entry to configure.ac.])
|
||||||
|
Loading…
Reference in New Issue
Block a user