From: Andrew Deason Date: Thu, 28 Mar 2013 18:03:40 +0000 (-0500) Subject: afsio: Pass KRB5_LDFLAGS along with KRB5_LIBS X-Git-Tag: upstream/1.6.3^2~11 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=9be556d2c1c15ffc1561a6f03d2381430ba1c21c;p=packages%2Fo%2Fopenafs.git afsio: Pass KRB5_LDFLAGS along with KRB5_LIBS We need this in case e.g. the krb5 library we're using is in an alternate location, so we can pass -L. aklog already does this, so do it for afsio, too. This is a 1.6-only change. On master, this problem went away when the krb5 ldflags/cflags/etc were standardized in commit 6f9443e702745d1e371eb72ad7fcba5cac47f3db. Thanks to Måns Nilsson for reporting this. Change-Id: I79aeb1f4de123b7550b64c1890a2773a44ff8d1e Reviewed-on: http://gerrit.openafs.org/9692 Reviewed-by: Simon Wilkinson Tested-by: BuildBot Reviewed-by: Derrick Brashear Reviewed-by: Michael Meffie Reviewed-by: Andrew Deason Reviewed-by: Stephan Wiesand --- diff --git a/src/venus/Makefile.in b/src/venus/Makefile.in index 8c073c5fd..56d67e0f2 100644 --- a/src/venus/Makefile.in +++ b/src/venus/Makefile.in @@ -12,7 +12,7 @@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ KRB5CFLAGS = @KRB5_CPPFLAGS@ -KRB5LIBS = @KRB5_LIBS@ +KRB5LIBS = @KRB5_LDFLAGS@ @KRB5_LIBS@ INCLS=${TOP_INCDIR}/afs/afsint.h \ ${TOP_INCDIR}/afs/cmd.h \