]> andersk Git - gssapi-openssh.git/commitdiff
link dynamically with GSI libraries
authorjbasney <jbasney>
Wed, 9 Jul 2003 19:52:11 +0000 (19:52 +0000)
committerjbasney <jbasney>
Wed, 9 Jul 2003 19:52:11 +0000 (19:52 +0000)
openssh/configure.ac

index 1ff0b0169107b34f708b63d7c74be5235c3a415d..439b34b92324b7da2f54437434fb6496465b30f4 100644 (file)
@@ -604,7 +604,8 @@ if test "x$gsi_path" != "xno" ; then
        GSI_CPPFLAGS="-I${GLOBUS_INCLUDE}"
        
        if test -x ${gsi_path}/bin/globus-makefile-header ; then
-               GSI_LIBS=`${gsi_path}/bin/globus-makefile-header -static -flavor=${globus_flavor_type} globus_gss_assist | perl -n -e 'if (/GLOBUS_PKG_LIBS = (.*)/){print $1;}'`
+               GSI_LDFLAGS="-L${gsi_path}/lib"
+               GSI_LIBS=`${gsi_path}/bin/globus-makefile-header -flavor=${globus_flavor_type} globus_gss_assist | perl -n -e 'if (/GLOBUS_PKG_LIBS = (.*)/){print $1;}'`
        elif test -x ${gsi_path}/sbin/globus-makefile-header ; then
                GSI_LDFLAGS="-L${gsi_path}/lib"
                GSI_LIBS=`${gsi_path}/sbin/globus-makefile-header -flavor=${globus_flavor_type} globus_gss_assist | perl -n -e 'if (/GLOBUS_PKG_LIBS = (.*)/){print $1;}'`
This page took 0.035039 seconds and 5 git commands to generate.