]> andersk Git - gssapi-openssh.git/commitdiff
o Link dynamically against dependant libraries.
authorcphillip <cphillip>
Fri, 18 Jul 2003 20:22:56 +0000 (20:22 +0000)
committercphillip <cphillip>
Fri, 18 Jul 2003 20:22:56 +0000 (20:22 +0000)
openssh/configure.ac

index 1242f4132eea6daf5228518376b7e53a22efbe2d..64097a44b73ef4f7704e51ad7e24024e2e7d336b 100644 (file)
@@ -608,10 +608,11 @@ if test "x$gsi_path" != "xno" ; then
 
        AC_MSG_CHECKING(for Globus linkline)
        if test -x $GPT_LOCATION/sbin/gpt_build_config ; then
-               $GPT_LOCATION/sbin/gpt_build_config -f ${globus_flavor_type} -link static -src pkg_data_src.gpt
+               $GPT_LOCATION/sbin/gpt_build_config -f ${globus_flavor_type} -link shared -src pkg_data_src.gpt
                . ./gpt_build_temp.sh
                GSI_LDFLAGS="-L${gsi_path}/lib"
                GSI_LIBS="$GPT_CONFIG_PGM_LINKS"
+               export LD_LIBRARY_PATH="${gsi_path}/lib:$LD_LIBRARY_PATH"
        else
                AC_MSG_ERROR(Cannot find gpt_build_config: GPT installation is incomplete)
        fi
This page took 0.041284 seconds and 5 git commands to generate.