git.annexia.org
/
virt-mem.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90a2bfe
)
Build C code with -fPIC (fixed 64 bit builds).
author
Richard W.M. Jones
<rjones@redhat.com>
Thu, 7 Aug 2008 10:57:10 +0000
(11:57 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Thu, 7 Aug 2008 10:57:10 +0000
(11:57 +0100)
lib/Makefile.in
patch
|
blob
|
history
diff --git
a/lib/Makefile.in
b/lib/Makefile.in
index
6f94163
..
a92a984
100644
(file)
--- 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