Whamcloud - gitweb
liblustre: minor fix to shared lib creation.
authorericm <ericm>
Wed, 5 Nov 2003 02:28:44 +0000 (02:28 +0000)
committerericm <ericm>
Wed, 5 Nov 2003 02:28:44 +0000 (02:28 +0000)
lustre/liblustre/genlib.sh

index 24d60aa..9e1651b 100755 (executable)
@@ -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