diff options
Diffstat (limited to 'community/vdr/streamdev_makefile.patch')
-rw-r--r-- | community/vdr/streamdev_makefile.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/community/vdr/streamdev_makefile.patch b/community/vdr/streamdev_makefile.patch new file mode 100644 index 0000000000..d64f8d6b7f --- /dev/null +++ b/community/vdr/streamdev_makefile.patch @@ -0,0 +1,14 @@ +--- a/PLUGINS/src/streamdev/Makefile ++++ b/PLUGINS/src/streamdev/Makefile +@@ -37,8 +37,9 @@ + -include $(PLGCFG) + + ### export all vars for sub-makes, using absolute paths +-LIBDIR := $(shell cd $(LIBDIR) >/dev/null 2>&1 && pwd) +-LOCDIR := $(shell cd $(LOCDIR) >/dev/null 2>&1 && pwd) ++# paths don't exist and absolute path isn't needed ++#LIBDIR := $(shell cd $(LIBDIR) >/dev/null 2>&1 && pwd) ++#LOCDIR := $(shell cd $(LOCDIR) >/dev/null 2>&1 && pwd) + export + unexport PLUGIN + |