Make.config options for vdr-1.5.7

Message ID 2d842fa80708121652s20aaaa46j647e9d8d9a8cb66d@mail.gmail.com
State New
Headers

Commit Message

C.Y.M Aug. 12, 2007, 11:52 p.m. UTC
  On 8/13/07, Stone <syphyr@gmail.com> wrote:
>
> Actually, I dont have to edit the default Make.config at all to make it
> fail.  If I copy Make.config.template to Make.config and use the default,
> it still fails.



Found the problem.. its a broken template.


 PLUGINLIBDIR= $(PLUGINDIR)/lib

Regards.
  

Patch

--- Make.config.template.orig   2007-08-12 16:50:32.000000000 -0700
+++ Make.config.template        2007-08-12 16:51:25.000000000 -0700
@@ -26,7 +26,8 @@ 
 #DVBDIR   = /usr/src/v4l-dvb/linux
 MANDIR   = /usr/local/man
 BINDIR   = /usr/local/bin
-LOCDIR   = /usr/share/vdr/locale  # set to ./locale to run VDR from within
its source directory
+# Set LOCDIR to ./locale to run VDR from within its source directory
+LOCDIR   = /usr/share/vdr/locale

 PLUGINDIR= ./PLUGINS