]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-libafsrpc-export-xdr-20060705
authorDerrick Brashear <shadow@dementia.org>
Wed, 5 Jul 2006 19:34:41 +0000 (19:34 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 5 Jul 2006 19:34:41 +0000 (19:34 +0000)
"       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)

src/shlibafsrpc/Makefile.in
src/shlibafsrpc/mapfile

index f77a7bb70b799966638de74876d50cc36ebd93cc..cb6e5272f92f8d9423a884aee2a5cd7a89123203 100644 (file)
@@ -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.
index be53a8a4e78db01ec381b578baceed04ae32c83e..e791b5f16f8a15a5493c97b75f7faa39dba53a50 100644 (file)
        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;