From: Eric Cooper <ecc@cmu.edu>
Date: Fri, 25 Feb 2011 13:51:15 -0500
Subject: compile C files with -fPIC

closes: #518038

Signed-off-by: Eric Cooper <ecc@cmu.edu>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 6f7b45e..64819c9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS = -Wall -O3 -funroll-loops -I/usr/include
+CFLAGS = -Wall -O3 -funroll-loops -fPIC -DPIC
 OCAMLC = ocamlc
 OCAMLOPT = ocamlopt
 OCAMLMKLIB = ocamlmklib
-- 
