diff options
| -rw-r--r-- | HISTORY | 4 | ||||
| -rw-r--r-- | Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ VDR Plugin 'tvtv' Revision History ----------------------------------- + +2009-xx-xx: Version x.x.x +- Compile with -fPIC by default + 2009-01-08: Version 0.4.0 2008-12-21: Add italian translation (thx to Diego Pierotto) @@ -16,7 +16,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual +CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual ### The directory environment: |
