From: ericm Date: Fri, 12 Dec 2003 07:57:10 +0000 (+0000) Subject: liblustre: X-Git-Tag: v1_7_0_51~2^7~155 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=0bcbb7077f49df3f9cdf73f52e3c285bcc2af2b0;p=fs%2Flustre-release.git liblustre: fix -fPIC flag in portals/utils/Makefile.am confused automake. Still not really understand the reason, looks like automake have a bug when handle this case. Now the workaround is assign different name of the ptlctl library for build for kernel/liblustre. --- diff --git a/lustre/liblustre/genlib.sh b/lustre/liblustre/genlib.sh index 0ec8dba..b78eefd 100755 --- a/lustre/liblustre/genlib.sh +++ b/lustre/liblustre/genlib.sh @@ -33,7 +33,7 @@ build_obj_list ../obdclass liblustreclass.a build_obj_list ../lvfs liblvfs.a # portals components libs -build_obj_list ../portals/utils libptlctl.a +build_obj_list ../portals/utils libuptlctl.a build_obj_list ../portals/unals libtcpnal.a build_obj_list ../portals/portals libportals.a