Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Makefile bug in vdr 1.1.20




in vdr-1.1.20/libdtv/libvdr/Makefile 

CFLAGS ?= -O2 -g -Wmissing-prototypes -Wstrict-prototypes \
         -Wimplicit -D__USE_FIXED_PROTOTYPES__ -I../include # -DDEBUG

when CFLAGS are defined in the outside environment the important
-I../include parameter will not get set. -I should get defined
independently.

-- 
"Real programmers are not afraid of the goto, but they avoid it whenever
it is possible by writing self modifying code!"       (found in c.l.c++)


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index