From: Derrick Brashear Date: Wed, 5 Jul 2006 19:34:41 +0000 (+0000) Subject: STABLE14-libafsrpc-export-xdr-20060705 X-Git-Tag: openafs-stable-1_4_2-beta2~2 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ad0a3f05f0f3f3784a6cd5b38f56875d1e7860ae;p=packages%2Fo%2Fopenafs.git STABLE14-libafsrpc-export-xdr-20060705 " ld: warning: relocation warning: R_SPARC_COPY: file /usr/local/lib/libafsrpc.so: symbol rx_enable_stats: relocation bound to a symbol with STV_PROTECTED visibility Undefined first referenced symbol in file xdr_afs_uint32 /usr/local/lib/libafsauthent.a(ptint.xdr.o) ld: fatal: Symbol referencing errors. No output written to slapd collect2: ld returned 1 exit status " one can guess how that might be less than useful (cherry picked from commit 3d4b12626136a59bd876648e0d1360f629998df8) --- diff --git a/src/shlibafsrpc/Makefile.in b/src/shlibafsrpc/Makefile.in index f77a7bb70..cb6e5272f 100644 --- a/src/shlibafsrpc/Makefile.in +++ b/src/shlibafsrpc/Makefile.in @@ -1,7 +1,7 @@ # API version. When something changes, increment as appropriate. # Ignore at your own risk. LIBAFSRPCMAJOR=1 -LIBAFSRPCMINOR=0 +LIBAFSRPCMINOR=1 # Copyright 2000, International Business Machines Corporation and others. # All Rights Reserved. diff --git a/src/shlibafsrpc/mapfile b/src/shlibafsrpc/mapfile index be53a8a4e..e791b5f16 100644 --- a/src/shlibafsrpc/mapfile +++ b/src/shlibafsrpc/mapfile @@ -81,6 +81,10 @@ multi_Finalize_Ignore; add_to_error_table; xdr_afsUUID; + xdr_afs_int32; + xdr_afs_uint32; + xdr_afs_int64; + xdr_afs_uint64; rx_IncrementTimeAndCount; rx_enable_stats; rx_GetServerDebug;