From 5107d8f0aec2362143029410cc3c812409924b21 Mon Sep 17 00:00:00 2001 From: basney Date: Mon, 4 Feb 2008 20:02:22 +0000 Subject: [PATCH 1/1] Tweak the environment variables set by the configure script for the GSI patch (i.e., not the GPT package) to try to fix AIX build problems. --- openssh/configure.ac | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/openssh/configure.ac b/openssh/configure.ac index 20dafc5..92d90c8 100644 --- a/openssh/configure.ac +++ b/openssh/configure.ac @@ -1178,9 +1178,8 @@ if test "x$gsi_path" != "xno" ; then AC_DEFINE(HAVE_GSSAPI_H) LIBS="$LIBS $GLOBUS_LIBS $GLOBUS_PKG_LIBS" - LDFLAGS="$LDFLAGS $GLOBUS_LDFLAGS" - CPPFLAGS="$CPPFLAGS $GLOBUS_CPPFLAGS $GLOBUS_INCLUDES" - CFLAGS="$CFLAGS $GLOBUS_CFLAGS" + LDFLAGS="$LDFLAGS $GSI_LDFLAGS" + CPPFLAGS="$CPPFLAGS $GLOBUS_INCLUDES" # test that we got the libraries OK AC_TRY_LINK( -- 2.45.2