File: makefile_fix.patch

package info (click to toggle)
vdr-plugin-streamdev 0.6.1%2Bgit20150213-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,160 kB
  • ctags: 1,659
  • sloc: ansic: 15,756; sh: 237; makefile: 178
file content (15 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: vdr-plugin-streamdev/Makefile
===================================================================
--- vdr-plugin-streamdev.orig/Makefile	2013-03-05 22:35:40.000000000 +0100
+++ vdr-plugin-streamdev/Makefile	2013-03-07 18:58:34.000000000 +0100
@@ -37,8 +37,8 @@
 -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)
+# LIBDIR := $(shell cd $(LIBDIR) >/dev/null 2>&1 && pwd)
+# LOCDIR := $(shell cd $(LOCDIR) >/dev/null 2>&1 && pwd)
 export
 unexport PLUGIN