vdr-plugin-restfulapi: remove pkgconfig patch, fix static lib order

This commit is contained in:
mglae 2021-07-01 23:43:23 +02:00
parent 83507f1e93
commit 9f0f2eeabf

View File

@ -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)