X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmakefile.bsd;fp=src%2Fmakefile.bsd;h=629fc70e411e47691cd6138b8bd600ba244b391d;hb=dd567acb90c39848ed8a167f52fa50ab9de5ab69;hp=8469f417d4ab50b635161d2e9b19ee019d735f85;hpb=0cb45221c0de742e47d21f9007ecd412aa0d87b6;p=novacoin.git diff --git a/src/makefile.bsd b/src/makefile.bsd index 8469f41..629fc70 100644 --- a/src/makefile.bsd +++ b/src/makefile.bsd @@ -3,7 +3,6 @@ # file COPYING or http://www.opensource.org/licenses/mit-license.php. USE_LEVELDB:=0 -USE_IPV6:=1 ARCH:=$(uname -m) # CC:=clang @@ -37,10 +36,6 @@ LIBS += \ -l crypto \ -l execinfo -ifneq (${USE_IPV6}, -) - DEFS += -DUSE_IPV6=$(USE_IPV6) -endif - LIBS+= \ -Wl,-B$(LMODE2) \ -l z \ @@ -130,6 +125,7 @@ OBJS= \ obj/rpcrawtransaction.o \ obj/script.o \ obj/sync.o \ + obj/timedata.o \ obj/util.o \ obj/wallet.o \ obj/walletdb.o \