diff options
Diffstat (limited to 'security/kssh/files/patch-configure')
-rw-r--r-- | security/kssh/files/patch-configure | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/kssh/files/patch-configure b/security/kssh/files/patch-configure new file mode 100644 index 000000000000..b676e754f0a2 --- /dev/null +++ b/security/kssh/files/patch-configure @@ -0,0 +1,33 @@ +--- configure.orig Sat Apr 27 08:14:57 2002 ++++ configure Sat Feb 18 22:55:24 2006 +@@ -3829,13 +3829,2 @@ + +-# Actually configure libtool. ac_aux_dir is where install-sh is found. +-AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ +-MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ +-LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \ +-AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \ +-objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \ +-deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \ +-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ +-$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \ +-|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; } +- + # Reload cache, that may have been modified by ltconfig +@@ -3863,16 +3852,2 @@ + LIBTOOL_DEPS=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-cxx.sh" +-lt_save_CC="$CC" +-lt_save_CFLAGS="$CFLAGS" +-AR="$AR" LTCC="$CC" CC="$CXX" CXX="$CXX" CFLAGS="$CXXFLAGS" CPPFLAGS="$CPPFLAGS" \ +-MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ +-LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \ +-AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \ +-objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \ +-deplibs_check_method="$deplibs_check_method" \ +-file_magic_cmd="$file_magic_cmd" \ +-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \ +---build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \ +-|| { echo "configure: error: libtool tag configuration failed" 1>&2; exit 1; } +-CC="$lt_save_CC" +-CFLAGS="$lt_save_CFLAGS" + |