13 lines
450 B
Diff
13 lines
450 B
Diff
|
--- a/Makefile.linux
|
||
|
+++ b/Makefile.linux
|
||
|
@@ -147,7 +147,8 @@ LDLIBS += $(shell $(PKG_CONFIG) --static
|
||
|
LDLIBS += $(shell $(PKG_CONFIG) --static --libs-only-l libnetfilter_conntrack)
|
||
|
endif # ($(TEST),1)
|
||
|
|
||
|
-LDLIBS += $(shell $(PKG_CONFIG) --static --libs-only-l libssl)
|
||
|
+# n/a - we don't enable https server for IGD v2 anyway
|
||
|
+#LDLIBS += $(shell $(PKG_CONFIG) --static --libs-only-l libssl)
|
||
|
|
||
|
TESTUPNPDESCGENOBJS = testupnpdescgen.o upnpdescgen.o
|
||
|
|