From: <abe...@us...> - 2011-12-03 15:43:08
|
Revision: 5279 http://astlinux.svn.sourceforge.net/astlinux/?rev=5279&view=rev Author: abelbeck Date: 2011-12-03 15:43:02 +0000 (Sat, 03 Dec 2011) Log Message: ----------- openssh, use '/usr/libexec' for sftp-server, etc. Modified Paths: -------------- branches/1.0/package/openssh/openssh.mk Modified: branches/1.0/package/openssh/openssh.mk =================================================================== --- branches/1.0/package/openssh/openssh.mk 2011-12-02 16:17:00 UTC (rev 5278) +++ branches/1.0/package/openssh/openssh.mk 2011-12-03 15:43:02 UTC (rev 5279) @@ -7,7 +7,7 @@ OPENSSH_VERSION = 5.9p1 OPENSSH_SITE = http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable OPENSSH_CONF_ENV = LD="$(TARGET_CC)" LDFLAGS="$(TARGET_CFLAGS)" -OPENSSH_CONF_OPT = --libexecdir=/usr/lib --disable-lastlog --disable-utmp \ +OPENSSH_CONF_OPT = --libexecdir=/usr/libexec --disable-lastlog --disable-utmp \ --disable-utmpx --disable-wtmp --disable-wtmpx --disable-strip \ --sysconfdir=/etc/ssh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |