From 9be556d2c1c15ffc1561a6f03d2381430ba1c21c Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Thu, 28 Mar 2013 13:03:40 -0500 Subject: [PATCH] afsio: Pass KRB5_LDFLAGS along with KRB5_LIBS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/venus/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/venus/Makefile.in b/src/venus/Makefile.in index 8c073c5fd4..56d67e0f28 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 \