Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4273f14
)
- use -fPIC to build liblustre to stop the .os from containing relocations
author
zab
<zab>
Tue, 2 Dec 2003 19:48:36 +0000
(19:48 +0000)
committer
zab
<zab>
Tue, 2 Dec 2003 19:48:36 +0000
(19:48 +0000)
that x86_64 can't put in .sos
- don't include ldlm *and* ptlrpc libs in liblustre.{a,so}
lustre/osc/Makefile.am
patch
|
blob
|
history
diff --git
a/lustre/osc/Makefile.am
b/lustre/osc/Makefile.am
index
67e8d16
..
ba53874
100644
(file)
--- a/
lustre/osc/Makefile.am
+++ b/
lustre/osc/Makefile.am
@@
-8,6
+8,7
@@
DEFS=
if LIBLUSTRE
lib_LIBRARIES = libosc.a
libosc_a_SOURCES = osc_request.c osc_lib.c osc_create.c osc_rpcd.c osc_internal.h
+libosc_a_CFLAGS = -fPIC
else
MODULE = osc
modulefs_DATA = osc.o