Add default value for USE_LEVELDB into makefiles
authorMASM fan <masmfan@gmail.com>
Wed, 10 Dec 2014 22:05:03 +0000 (02:05 +0400)
committerMASM fan <masmfan@gmail.com>
Thu, 11 Dec 2014 00:21:03 +0000 (04:21 +0400)
src/makefile.bsd
src/makefile.linux-mingw
src/makefile.mingw
src/makefile.osx
src/makefile.unix

index 75334d7..29fa837 100644 (file)
@@ -3,6 +3,7 @@
 # file COPYING or http://www.opensource.org/licenses/mit-license.php.
 
 USE_UPNP:=0
+USE_LEVELDB:=0
 USE_IPV6:=1
 
 LINK:=$(CXX)
index ebd2fdc..b9045a7 100644 (file)
@@ -12,6 +12,7 @@ RANLIB=$(TARGET_PLATFORM)-w64-mingw32-ranlib
 STRIP=$(TARGET_PLATFORM)-w64-mingw32-strip
 
 USE_UPNP:=0
+USE_LEVELDB:=0
 USE_IPV6:=1
 
 INCLUDEPATHS= \
index 35f80ab..cbc2e9d 100644 (file)
@@ -3,6 +3,7 @@
 # file COPYING or http://www.opensource.org/licenses/mit-license.php.
 
 USE_UPNP:=0
+USE_LEVELDB:=0
 USE_IPV6:=1
 
 INCLUDEPATHS= \
index 72821e1..da60667 100644 (file)
@@ -19,7 +19,8 @@ LIBPATHS= \
  -L"$(DEPSDIR)/lib" \
  -L"$(DEPSDIR)/lib/db48"
 
-USE_UPNP:=1
+USE_UPNP:=0
+USE_LEVELDB:=0
 USE_IPV6:=1
 
 LIBS= -dead_strip
index 7c3b72a..8da2883 100644 (file)
@@ -3,6 +3,7 @@
 # file COPYING or http://www.opensource.org/licenses/mit-license.php.
 
 USE_UPNP:=0
+USE_LEVELDB:=0
 USE_IPV6:=1
 
 LINK:=$(CXX)