From 7b4d0cde3fcfb0a098b3108843dfbdefd555aa17 Mon Sep 17 00:00:00 2001 From: "Chas Williams (CONTRACTOR)" Date: Mon, 17 Sep 2012 15:00:06 -0400 Subject: [PATCH] libuafs: use the pic version of opr for perluafs perluafs is a shared library, therefore we need to use the PIC version of the opr library (just like any of the other libraries that have two flavors and get linked with perluafs). Change-Id: I597f4f40010524d94341d343d3f54648a139f760 Reviewed-on: http://gerrit.openafs.org/8131 Tested-by: BuildBot Reviewed-by: Simon Wilkinson Reviewed-by: Jeffrey Altman --- src/libuafs/Makefile.common.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libuafs/Makefile.common.in b/src/libuafs/Makefile.common.in index eb73b20..28cd132 100644 --- a/src/libuafs/Makefile.common.in +++ b/src/libuafs/Makefile.common.in @@ -2086,7 +2086,7 @@ $(PERLUAFS)/ukernel.so: $(PERLUAFS)/ukernel_swig_perl.o UAFS.pic/libuafs_pic.a $(PERLUAFS)/ukernel_swig_perl.o \ UAFS.pic/libuafs_pic.a ${TOP_LIBDIR}/libcmd_pic.a \ ${TOP_LIBDIR}/libafsutil_pic.a \ - $(TOP_LIBDIR)/libopr.a \ + $(TOP_LIBDIR)/libopr_pic.a \ $(LDFLAGS_roken) $(LDFLAGS_hcrypto) $(LIB_hcrypto) \ $(LIB_roken) $(LIB_crypt) \ $(XLIBS) -- 1.9.4