mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 23:17:50 +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)"'
|
||||
|
||||
-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)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user