On 28.03.2010 14:49, Paul Menzel wrote:
Am Sonntag, den 28.03.2010, 14:36 +0200 schrieb Klaus Schmidinger:
On 27.03.2010 18:11, Joachim Wilke wrote:
I was just wondering, if
ifdef PLUGIN CFLAGS += -fPIC CXXFLAGS += -fPIC endif
can now be removed from Make.config.template, as the new Make.global cares for -fPIC since VDR 1.7.13.
I guess you're right - changed for version 1.7.15.
Frank pointed the following out back then [1].
Am Freitag, den 29.01.2010, 10:04 +0100 schrieb Frank Schmirler:
- in Make.config.template, remove only the line
DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE The lines with "+= -fPIC" are still necessary, as Make.config resets CFLAGS/CXXFLAGS.
Thanks,
Paul
[1] http://linuxtv.org/pipermail/vdr/2010-January/022243.html
Ooops - thanks for pointing this out. So no change here.
Klaus