miniupnpd: Various IPv6 related fixes to scripts (IPv6-only, multi-uplink, ..)
[feed/routing.git] / miniupnpd / patches / 100-no-ssl.patch
1 diff --git a/Makefile.linux b/Makefile.linux
2 index bcca779..7946108 100644
3 --- a/Makefile.linux
4 +++ b/Makefile.linux
5 @@ -147,7 +147,8 @@ LDLIBS += $(shell $(PKG_CONFIG) --static --libs-only-l libmnl)
6 LDLIBS += $(shell $(PKG_CONFIG) --static --libs-only-l libnetfilter_conntrack)
7 endif # ($(TEST),1)
8
9 -LDLIBS += $(shell $(PKG_CONFIG) --static --libs-only-l libssl)
10 +# n/a - we don't enable https server for IGD v2 anyway
11 +#LDLIBS += $(shell $(PKG_CONFIG) --static --libs-only-l libssl)
12
13 TESTUPNPDESCGENOBJS = testupnpdescgen.o upnpdescgen.o
14