]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
r2159@windlord: eagle | 2006-06-07 11:27:08 -0700
authorRuss Allbery <rra@debian.org>
Thu, 15 Jun 2006 14:20:34 +0000 (14:20 +0000)
committerRuss Allbery <rra@debian.org>
Thu, 15 Jun 2006 14:20:34 +0000 (14:20 +0000)
   * 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
src/shlibafsrpc/Makefile.in

index b1235c037289bee7b9e06de1721821199d5af611..2cf0132129479757c703254e25b8e8cfde4c33d7 100644 (file)
@@ -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
index 531593ef4d4306da34d0ae1b9a53f96fe7ee80aa..34a0743656219f08572b65851c6685a3b7e19b93 100644 (file)
@@ -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 =\