From: Russ Allbery Date: Thu, 15 Jun 2006 14:20:34 +0000 (+0000) Subject: r2159@windlord: eagle | 2006-06-07 11:27:08 -0700 X-Git-Tag: debian/1.4.1-3~9 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8d79e2efe57bd23386e7916f5863663d33c257b3;p=packages%2Fo%2Fopenafs.git 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. --- 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 =\