From 0bcbb7077f49df3f9cdf73f52e3c285bcc2af2b0 Mon Sep 17 00:00:00 2001 From: ericm Date: Fri, 12 Dec 2003 07:57:10 +0000 Subject: [PATCH] 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. --- lustre/liblustre/genlib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1