From 8d79e2efe57bd23386e7916f5863663d33c257b3 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 15 Jun 2006 14:20:34 +0000 Subject: [PATCH] r2159@windlord: eagle | 2006-06-07 11:27:08 -0700 * Include all of AFS's local XDR implementation in the build for shlibafsrpc, fixing problems with undefined symbols in the PAM module on AMD64. --- debian/changelog | 8 ++++++++ src/shlibafsrpc/Makefile.in | 2 ++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index b1235c037..2cf013212 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +openafs (1.4.1-3) unstable; urgency=low + + * Include all of AFS's local XDR implementation in the build for + shlibafsrpc, fixing problems with undefined symbols in the PAM module + on AMD64. + + -- + openafs (1.4.1-2) unstable; urgency=low * Exit successfully in the openafs-client init script if no module is diff --git a/src/shlibafsrpc/Makefile.in b/src/shlibafsrpc/Makefile.in index 531593ef4..34a074365 100644 --- a/src/shlibafsrpc/Makefile.in +++ b/src/shlibafsrpc/Makefile.in @@ -55,6 +55,8 @@ XDROBJS =\ xdr_int32.o \ xdr_int64.o \ xdr_afsuuid.o \ + xdr_update.o \ + xdr_refernce.o \ AFS_component_version_number.o RXOBJS =\ -- 2.39.5