projects
/
cluster.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9dfb0f
)
[GFS2] libgfs2: Build with -fPIC
author
Andrew Price <andy@andrewprice.me.uk>
Thu, 24 Jul 2008 17:09:36 +0000
(19:09 +0200)
committer
Fabio M. Di Nitto <fdinitto@redhat.com>
Thu, 24 Jul 2008 17:09:36 +0000
(19:09 +0200)
Build libgfs2 with -fPIC to enable linking on x86_64 and others.
Signed-off-by: Andrew Price <andy@andrewprice.me.uk>
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
gfs2/libgfs2/Makefile
patch
|
blob
|
history
diff --git
a/gfs2/libgfs2/Makefile
b/gfs2/libgfs2/Makefile
index 26c69f1cef0fbc80d6fbb2661144fff0e22c4f28..14f7551f737fb9c8906bd407ad3ffbccfbef0c15 100644
(file)
--- a/
gfs2/libgfs2/Makefile
+++ b/
gfs2/libgfs2/Makefile
@@
-30,3
+30,4
@@
CFLAGS += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_GNU_SOURCE
CFLAGS += -I${KERNEL_SRC}/fs/gfs2/ -I${KERNEL_SRC}/include/
CFLAGS += -I$(S)/../include
CFLAGS += -I${incdir}
+CFLAGS += -fPIC
This page took
0.12491 seconds
and
5
git commands to generate.