]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
afsio: Pass KRB5_LDFLAGS along with KRB5_LIBS
authorAndrew Deason <adeason@sinenomine.net>
Thu, 28 Mar 2013 18:03:40 +0000 (13:03 -0500)
committerStephan Wiesand <stephan.wiesand@desy.de>
Wed, 8 May 2013 14:22:49 +0000 (07:22 -0700)
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 <simonxwilkinson@gmail.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/venus/Makefile.in

index 8c073c5fd4eb027e3f02960d89442358e3f58f85..56d67e0f28ef06690123d85e85d1fff835a13bc5 100644 (file)
@@ -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 \