From e28db33f64c68c1b67e70b5b7a14efdbc561d0d1 Mon Sep 17 00:00:00 2001 From: orbea Date: Sun, 11 Feb 2018 16:54:57 -0800 Subject: [PATCH] Makefile.common: Fix builtin-miniupnpc. --- Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index db49fc94b3..672184043a 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1596,7 +1596,8 @@ ifeq ($(HAVE_NETWORKING), 1) endif ifeq ($(HAVE_BUILTINMINIUPNPC), 1) - DEFINES += -DHAVE_BUILTINMINIUPNPC -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR + HAVE_MINIUPNPC = 1 + DEFINES += -DHAVE_MINIUPNPC -DHAVE_BUILTINMINIUPNPC -DMINIUPNPC_SET_SOCKET_TIMEOUT -DMINIUPNPC_GET_SRC_ADDR DEFINES += -I$(DEPS_DIR) OBJ += $(DEPS_DIR)/miniupnpc/igd_desc_parse.o \ $(DEPS_DIR)/miniupnpc/upnpreplyparse.o \