]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Link libafsauthent with -lresolv -lcrypt
authorRuss Allbery <rra@debian.org>
Tue, 13 Jul 2010 21:16:49 +0000 (14:16 -0700)
committerRuss Allbery <rra@debian.org>
Tue, 13 Jul 2010 21:16:49 +0000 (14:16 -0700)
* Explicitly link libafsauthent with -lresolv -lcrypt.  This is a
  temporary fix for Linux that will be replaced by a better upstream fix
  in the next release.

debian/changelog
src/shlibafsauthent/Makefile.in

index bd4fc2a9cda5a6ecb5a3d70cddbb89d4543fb523..3edd2a212533f34f3c3439770b97db1858b1c1de 100644 (file)
@@ -43,6 +43,9 @@ openafs (1.5.75-1) UNRELEASED; urgency=low
     - [5cc6293c] Provide man pages for more fssync-debug commands
   * Build shared library packages for libafsauthent and libafsrpc.
     Upstream is now more careful about the ABI.  (Closes: #433054)
+  * Explicitly link libafsauthent with -lresolv -lcrypt.  This is a
+    temporary fix for Linux that will be replaced by a better upstream fix
+    in the next release.
   * openafs-modules-source and openafs-modules-dkms are now architecture:
     all.  The generated kernel source is now architecture-independent.
   * openafs-modules-source and openafs-modules-dkms now recommend an
index 48a9a3e579847b7895303c2b23b5a0441c546d33..4efe703bee798d68603d1f5a493a89946a298541 100644 (file)
@@ -133,7 +133,7 @@ dest: ${LIBAFSAUTHENT} libafsauthent_pic.a
 ${LIBAFSAUTHENT}: ${LIBOBJS} libafsauthent.map
        ../config/shlib-build -d $(srcdir) -l libafsauthent \
                -M ${LIBAFSAUTHENTMAJOR} -m ${LIBAFSAUTHENTMINOR} -- \
-               -L${TOP_LIBDIR} -lafsrpc ${LIBOBJS} ${MT_LIBS}
+               -L${TOP_LIBDIR} -lafsrpc -lresolv -lcrypt ${LIBOBJS} ${MT_LIBS}
 
 libafsauthent_pic.a: ${LIBOBJS}
        $(RM) -f $@