From 67725530a632d7ccecd134ba7d2f58d31c0bfb7d Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Mon, 11 Jul 2022 10:32:49 +0000 Subject: [PATCH] vdr-plugin-restfulapi: include -lssl to support cxxtools 3.0 --- .../patches/vdr-plugin-restfulapi-01-static-lib-order.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/addons/addon-depends/vdr-plugins/vdr-plugin-restfulapi/patches/vdr-plugin-restfulapi-01-static-lib-order.patch b/packages/addons/addon-depends/vdr-plugins/vdr-plugin-restfulapi/patches/vdr-plugin-restfulapi-01-static-lib-order.patch index fa998e0bcd..8ed4c1a5f9 100644 --- a/packages/addons/addon-depends/vdr-plugins/vdr-plugin-restfulapi/patches/vdr-plugin-restfulapi-01-static-lib-order.patch +++ b/packages/addons/addon-depends/vdr-plugins/vdr-plugin-restfulapi/patches/vdr-plugin-restfulapi-01-static-lib-order.patch @@ -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) - \ No newline at end of file +