X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fmakefile.osx;h=70ded54feeae76bd00819b1bb5b7ec69c5f7bc63;hp=94d20fbfdd73991cdbd52dca947c1ae9e9b7cb5d;hb=1c7ed42093c5935e3958584ed98a2b03466a0023;hpb=2e8cbdc74596f09c70049966a4686c2a1507f200 diff --git a/src/makefile.osx b/src/makefile.osx index 94d20fb..70ded54 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -19,7 +19,6 @@ LIBPATHS= \ -L"$(DEPSDIR)/lib" \ -L"$(DEPSDIR)/lib/db48" -USE_UPNP:=0 USE_LEVELDB:=0 USE_IPV6:=1 @@ -102,18 +101,6 @@ OBJS= \ obj/noui.o \ obj/kernel.o -ifndef USE_UPNP - override USE_UPNP = - -endif -ifneq (${USE_UPNP}, -) - DEFS += -DUSE_UPNP=$(USE_UPNP) -ifdef STATIC - LIBS += $(DEPSDIR)/lib/libminiupnpc.a -else - LIBS += -lminiupnpc -endif -endif - ifneq (${USE_IPV6}, -) DEFS += -DUSE_IPV6=$(USE_IPV6) endif