fix a relocation error
authorS.Çağlar Onur <caglar@cs.princeton.edu>
Mon, 25 Jan 2010 19:51:30 +0000 (19:51 +0000)
committerS.Çağlar Onur <caglar@cs.princeton.edu>
Mon, 25 Jan 2010 19:51:30 +0000 (19:51 +0000)
drl/Makefile.in

index 5eca2e2..9b85cf8 100644 (file)
@@ -1,7 +1,7 @@
 #
 include @top_srcdir@/Rules.make
 
-CFLAGS+=-I@top_srcdir@ -I@top_srcdir@/libipulog/include -I@top_srcdir@/include -I@top_srcdir@/include/zookeeper $(XML_CFLAGS) $(ZK_CFLAGS)
+CFLAGS+=-I@top_srcdir@ -I@top_srcdir@/libipulog/include -I@top_srcdir@/include -I@top_srcdir@/include/zookeeper $(XML_CFLAGS) $(ZK_CFLAGS) -fPIC
 SH_CFLAGS:=$(CFLAGS) -fPIC
 
 #  Normally You should not need to change anything below