diff options
| author | Tobias Grimm <tobias@e-tobi.loc> | 2009-01-25 22:20:29 +0100 |
|---|---|---|
| committer | Tobias Grimm <tobias@e-tobi.loc> | 2009-01-25 22:20:29 +0100 |
| commit | 47758bb8794615ad01db8ea23ed771ada0200d6f (patch) | |
| tree | 9fa209e10173f556ce254b852c1abf29a59cc9d1 /Makefile | |
| parent | 7c5f401df385e5edb8c8ed1b0e2310803277f3bf (diff) | |
| download | vdr-plugin-tvtv-47758bb8794615ad01db8ea23ed771ada0200d6f.tar.gz vdr-plugin-tvtv-47758bb8794615ad01db8ea23ed771ada0200d6f.tar.bz2 | |
libraries should always be compiled with "-fPIC", otherwise they won't build on amd64
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
