diff options
author | Stefan Reiff <kroko87@hotmail.com> | 2019-05-12 20:38:56 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-12 18:45:42 +0000 |
commit | f4e6ce7f7d97814be2dcee35472176fff98b288c (patch) | |
tree | 23271c3b73a2297f3279bac0013252b229a187ae /community/vdr/streamdev_makefile.patch | |
parent | 47965644c390b1be1117769b1e08b31858267e9a (diff) | |
download | aports-f4e6ce7f7d97814be2dcee35472176fff98b288c.tar.bz2 aports-f4e6ce7f7d97814be2dcee35472176fff98b288c.tar.xz |
community/vdr: move from testing
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 + |