mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 07:57:49 +00:00
vdr-plugin-restfulapi: remove pkgconfig patch, fix static lib order
This commit is contained in:
parent
83507f1e93
commit
9f0f2eeabf
@ -1,11 +1,11 @@
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
--- a/Makefile 2016-10-16 11:52:25.000000000 +0200
|
||||
+++ b/Makefile 2021-06-23 22:49:33.447650255 +0200
|
||||
@@ -51,7 +51,7 @@ SOFILE = libvdr-$(PLUGIN).so
|
||||
|
||||
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
|
||||
|
||||
-LIBS += $(shell cxxtools-config --libs) -lcxxtools-http
|
||||
+LIBS += $(shell pkg-config --libs cxxtools-http cxxtools)
|
||||
+LIBS += -lcxxtools-http $(shell cxxtools-config --libs)
|
||||
CONFDIR = $(call PKGCFG,configdir)
|
||||
PLGCONFDIR = $(CONFDIR)/plugins/$(PLUGIN)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user