mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
vdr-plugin-restfulapi: include -lssl to support cxxtools 3.0
This commit is contained in:
parent
53c9831fc8
commit
67725530a6
@ -5,7 +5,7 @@
|
|||||||
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
|
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
|
||||||
|
|
||||||
-LIBS += $(shell cxxtools-config --libs) -lcxxtools-http
|
-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)
|
CONFDIR = $(call PKGCFG,configdir)
|
||||||
PLGCONFDIR = $(CONFDIR)/plugins/$(PLUGIN)
|
PLGCONFDIR = $(CONFDIR)/plugins/$(PLUGIN)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user