Bugzilla – Attachment 1059 Details for
Bug 1145
cross compiling openssh 4.2p1 fails for linux targets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
openssh-4.2_p1-cross-compile.patch
openssh-4.2_p1-cross-compile.patch (text/plain), 1.00 KB, created by
Mike Frysinger
on 2006-01-29 23:03:29 AEDT
(
hide
)
Description:
openssh-4.2_p1-cross-compile.patch
Filename:
MIME Type:
Creator:
Mike Frysinger
Created:
2006-01-29 23:03:29 AEDT
Size:
1.00 KB
patch
obsolete
>Add fallback tests for cross-compile > >http://bugs.gentoo.org/120567 >http://bugzilla.mindrot.org/show_bug.cgi?id=1145 > >--- openssh/configure.ac >+++ openssh/configure.ac >@@ -1366,6 +1366,9 @@ > [ > AC_MSG_RESULT(no) > AC_DEFINE(SSHD_ACQUIRES_CTTY) >+ ], >+ [ >+ AC_MSG_WARN([cross compiling: Assuming yes]) > ] > ) > fi >@@ -2959,13 +2964,12 @@ > [ etc_default_login=yes ] > ) > >-if test "x$etc_default_login" != "xno"; then >+if test ! -z "$cross_compiling" && test "x$cross_compiling" = "xyes"; then >+ AC_MSG_WARN([cross compiling: Disabling /etc/default/login test]) >+elif test "x$etc_default_login" != "xno"; then > AC_CHECK_FILE("/etc/default/login", > [ external_path_file=/etc/default/login ]) >- if test ! -z "$cross_compiling" && test "x$cross_compiling" = "xyes"; >- then >- AC_MSG_WARN([cross compiling: Disabling /etc/default/login test]) >- elif test "x$external_path_file" = "x/etc/default/login"; then >+ if test "x$external_path_file" = "x/etc/default/login"; then > AC_DEFINE(HAVE_ETC_DEFAULT_LOGIN) > fi > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1145
: 1059