mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
ptserver: Add xdr_namelist to liboafs_prot.la.sym
Commit 1f5e1ef9e3
(OPENAFS-SA-2024-003: Run xdr_free for retried RPCs)
added a couple of references to xdr_namelist, which currently causes a
build failure on AIX:
/bin/sh ../../libtool --quiet --mode=link --tag=CC xlc_r [...] -o pts pts.o ../../src/ptserver/liboafs_prot.la [...]
ld: 0711-317 ERROR: Undefined symbol: xdr_namelist
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
make: 1254-004 The error code from the last command is 8.
To avoid this, add xdr_namelist to liboafs_prot.la.sym.
Change-Id: I8c9a7a64efdb9107e27a3b3502e5d96272f5341e
Reviewed-on: https://gerrit.openafs.org/15954
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
This commit is contained in:
parent
32e97d07a3
commit
4f82b5bd49
@ -55,3 +55,4 @@ ubik_PR_SetFieldsEntry
|
||||
ubik_PR_SetMax
|
||||
ubik_PR_UpdateEntry
|
||||
ubik_PR_WhereIsIt
|
||||
xdr_namelist
|
||||
|
Loading…
Reference in New Issue
Block a user