From: ericm Date: Wed, 5 Nov 2003 02:28:44 +0000 (+0000) Subject: liblustre: minor fix to shared lib creation. X-Git-Tag: v1_7_0_51~2^7~300 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d20df50d9c4767ed81b51bd76e8736928dd6c99b;p=fs%2Flustre-release.git liblustre: minor fix to shared lib creation. --- diff --git a/lustre/liblustre/genlib.sh b/lustre/liblustre/genlib.sh index 24d60aa..9e1651b 100755 --- 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