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:
319279c
)
liblustre: minor fix to shared lib creation.
author
ericm
<ericm>
Wed, 5 Nov 2003 02:28:44 +0000
(
02:28
+0000)
committer
ericm
<ericm>
Wed, 5 Nov 2003 02:28:44 +0000
(
02:28
+0000)
lustre/liblustre/genlib.sh
patch
|
blob
|
history
diff --git
a/lustre/liblustre/genlib.sh
b/lustre/liblustre/genlib.sh
index
24d60aa
..
9e1651b
100755
(executable)
--- a/
lustre/liblustre/genlib.sh
+++ b/
lustre/liblustre/genlib.sh
@@
-51,4
+51,4
@@
$AR -r $CWD/liblustre.a $ALL_OBJS
# create shared lib
rm -f $CWD/liblustre.so
$LD -shared -o $CWD/liblustre.so -init __liblustre_setup_ -fini __liblustre_cleanup_ \
- $ALL_OBJS
+ $ALL_OBJS
-lpthread