vdr-plugin-restfulapi: include -lssl to support cxxtools 3.0

This commit is contained in:
Rudi Heitbaum 2022-07-11 10:32:49 +00:00
parent 53c9831fc8
commit 67725530a6

View File

@ -5,7 +5,7 @@
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
-LIBS += $(shell cxxtools-config --libs) -lcxxtools-http
+LIBS += -lcxxtools-http $(shell cxxtools-config --libs)
+LIBS += -lcxxtools-http $(shell cxxtools-config --libs) -lssl
CONFDIR = $(call PKGCFG,configdir)
PLGCONFDIR = $(CONFDIR)/plugins/$(PLUGIN)