summarylogtreecommitdiffstats
path: root/fpic.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fpic.patch')
-rw-r--r--fpic.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/fpic.patch b/fpic.patch
new file mode 100644
index 000000000000..def20f5f1940
--- /dev/null
+++ b/fpic.patch
@@ -0,0 +1,11 @@
+diff -Nur pqp-1.3.orig/PQP_v1.3/Makefile pqp-1.3/PQP_v1.3/Makefile
+--- pqp-1.3.orig/PQP_v1.3/Makefile 2002-04-21 18:55:38.000000000 +0200
++++ pqp-1.3/PQP_v1.3/Makefile 2011-11-22 16:43:41.000000000 +0100
+@@ -1,6 +1,6 @@
+ CC = g++
+
+-CFLAGS = -O2 -I.
++CFLAGS = -O2 -fPIC -I.
+
+ .SUFFIXES: .C .cpp
+