Merge pull request #4425 from HiassofT/le10-vdr-addon

vdr-plugin-xmltv2vdr: fix epgdata2xmltv static linking issue
This commit is contained in:
Christian Hewitt 2020-06-17 18:26:12 +04:00 committed by GitHub
commit 6d2a1aae1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,12 @@
diff -ru vdr-plugin-xmltv2vdr.orig/dist/epgdata2xmltv/Makefile vdr-plugin-xmltv2vdr/dist/epgdata2xmltv/Makefile
--- vdr-plugin-xmltv2vdr.orig/dist/epgdata2xmltv/Makefile 2017-03-20 18:08:49.000000000 +0100
+++ vdr-plugin-xmltv2vdr/dist/epgdata2xmltv/Makefile 2020-06-17 12:34:35.472188515 +0200
@@ -19,7 +19,7 @@
DEFINES += -D__STDC_CONSTANT_MACROS -D__USE_XOPEN_EXTENDED
INCLUDES += $(shell $(PKG-CONFIG) --cflags $(PKG-INCLUDES))
-LIBS += $(shell $(PKG-CONFIG) --libs $(PKG-LIBS))
+LIBS += $(shell $(PKG-CONFIG) --libs --static $(PKG-LIBS))
INCLUDES += -I..