0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-01-08 10:48:19 +00:00
Lakka-LibreELEC/packages/addons/addon-depends/vdr-plugins/vdr-plugin-xmltv2vdr/patches/vdr-plugin-xmltv2vdr-03-fix-epgdata2xmltv-linking.patch
Matthias Reichl 202a5dbbea vdr-plugin-xmltv2vdr: fix epgdata2xmltv static linking issue
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-06-17 12:39:36 +02:00

13 lines
579 B
Diff

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..