343e61559de91c94546380b53bf144f20e4472bc
[lede-routing/.git] / miniupnpd / patches / 100-no-ssl.patch
1 --- a/Makefile.linux
2 +++ b/Makefile.linux
3 @@ -147,7 +147,8 @@ LDLIBS += $(shell $(PKG_CONFIG) --static
4  LDLIBS += $(shell $(PKG_CONFIG) --static --libs-only-l libnetfilter_conntrack)
5  endif # ($(TEST),1)
6  
7 -LDLIBS += $(shell $(PKG_CONFIG) --static --libs-only-l libssl)
8 +# n/a - we don't enable https server for IGD v2 anyway
9 +#LDLIBS += $(shell $(PKG_CONFIG) --static --libs-only-l libssl)
10  
11  TESTUPNPDESCGENOBJS = testupnpdescgen.o upnpdescgen.o
12