Whamcloud - gitweb
liblustre:
authorericm <ericm>
Fri, 12 Dec 2003 07:57:10 +0000 (07:57 +0000)
committerericm <ericm>
Fri, 12 Dec 2003 07:57:10 +0000 (07:57 +0000)
  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.

lustre/liblustre/genlib.sh

index 0ec8dba..b78eefd 100755 (executable)
@@ -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