NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/42096: ssh-add always refers 'ssh-askpass' under /usr/X11R6 with 'X11FLAVOUR= Xorg'



The following reply was made to PR bin/42096; it has been noted by GNATS.

From: Bernd Ernesti <veego%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/42096: ssh-add always refers 'ssh-askpass' under /usr/X11R6 
with 'X11FLAVOUR= Xorg'
Date: Sun, 20 Sep 2009 11:55:51 +0200

 On Sat, Sep 19, 2009 at 02:30:00PM +0000, mk%kilbi.de@localhost wrote:
 [..]
 
 > >Fix:
 >      'openssh's reach over Makefile.inc seems to consider
 > 
 >        .if ${X11FLAVOUR} == "Xorg"
 >        CPPFLAGS+=-DX11BASE=\"/usr/X11R7\"
 >        .endif
 > 
 >      in 'src/crypto/external/bsd/openssh/bin', but the relevant
 >      ssh-askpass-string appears only within 'libssh.NNN', so this
 >      conditional has to be added/moved into
 >      'src/crypto/external/bsd/openssh/lib's Makefile.
 
 That also affects _PATH_XAUTH and not only _PATH_SSH_ASKPASS_DEFAULT
 
 IMHO a Makefile.inc needs to be created in src/crypto/external/bsd/openssh
 and include it in the lib and bin Makefiles.
 
 Bernd
 


Home | Main Index | Thread Index | Old Index