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.

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>
(cherry picked from commit 4f82b5bd49a3c83c990d64d06cb6389969826208)

Change-Id: I8a7272d1b94bd02295ef63b70a4247a4cf6e70f6
Reviewed-on: https://gerrit.openafs.org/15955
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
This commit is contained in:
Andrew Deason 2024-11-12 20:29:24 -06:00 committed by Benjamin Kaduk
parent c1beae2622
commit b151451269

View File

@ -54,3 +54,4 @@ ubik_PR_SetFieldsEntry
ubik_PR_SetMax ubik_PR_SetMax
ubik_PR_UpdateEntry ubik_PR_UpdateEntry
ubik_PR_WhereIsIt ubik_PR_WhereIsIt
xdr_namelist