vdr/vdr-plugin-radio/debian/patches 00list 01_Makefile-fPIC-fix.dpatch
Tobias Grimm
pkg-vdr-dvb-changes@lists.alioth.debian.org
Thu, 06 Jan 2005 20:49:07 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-radio/debian/patches
In directory haydn:/tmp/cvs-serv31025/debian/patches
Added Files:
00list 01_Makefile-fPIC-fix.dpatch
Log Message:
Added debian changes for version 0.0.5-1.
--- NEW FILE: 00list ---
01_Makefile-fPIC-fix
--- NEW FILE: 01_Makefile-fPIC-fix.dpatch ---
#! /bin/sh /usr/share/dpatch/dpatch-run
## Makefile-fPIC-fix patch
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Adds -fPIC to Makefile to fix potential FTBFS.
@DPATCH@
diff -urNad /usr/src/cvs/vdrdevel-plugin-rotor/Makefile vdrdevel-plugin-rotor/Makefile
--- /usr/src/cvs/vdrdevel-plugin-rotor/Makefile Sun May 16 15:48:12 2004
+++ vdrdevel-plugin-rotor/Makefile Sat Sep 11 00:28:18 2004
@@ -18,7 +18,7 @@
### The C++ compiler and options:
CXX ?= g++
-CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual
+CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual
### The directory environment: