From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Thu, 7 Aug 2008 10:57:10 +0000 (+0100) Subject: Build C code with -fPIC (fixed 64 bit builds). X-Git-Url: http://git.annexia.org/?p=virt-mem.git;a=commitdiff_plain;h=07da20538297a2096996db2e79c3d26a96bf8f59 Build C code with -fPIC (fixed 64 bit builds). --- diff --git a/lib/Makefile.in b/lib/Makefile.in index 6f94163..a92a984 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -26,7 +26,7 @@ OCAMLLIB = @OCAMLLIB@ pkg_gettext = @pkg_gettext@ CC = @CC@ -CFLAGS = @CFLAGS@ -Wall -Werror -I$(OCAMLLIB) -I@top_srcdir@ +CFLAGS = @CFLAGS@ -fPIC -Wall -Werror -I$(OCAMLLIB) -I@top_srcdir@ SYNTAX = -syntax bitstring.syntax