summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-06-15 09:29:21 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-06-15 09:29:21 +0200
commit4a98f3378224a2be1fb87ccb1ec45f503d1decc7 (patch)
treea5f3724f017a43df643204ea707ffa5506b6480c /HISTORY
parentd324b2de882be794d2107c1ab945e79f71018fec (diff)
downloadvdr-4a98f3378224a2be1fb87ccb1ec45f503d1decc7.tar.gz
vdr-4a98f3378224a2be1fb87ccb1ec45f503d1decc7.tar.bz2
Added "-fPIC" to the compiler options in Make.config.template when compiling plugins
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 6 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 856803b3..5b37632b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4782,3 +4782,9 @@ Video Disk Recorder Revision History
- Changed the log messages when grabbing an image from 'isyslog()' to 'dsyslog()'
so that they can be suppressed in normal operation mode to avoid clogging the
log file in case this function is used frequently (suggested by Helmut Auer).
+
+2006-06-15: Version 1.4.1-1
+
+- Added "-fPIC" to the compiler options in Make.config.template when compiling
+ plugins (thanks to Udo Richter). If you use your own Make.config file, you may
+ want to add these lines there, too.