From: Michael Tremer Date: Thu, 25 Dec 2008 21:38:33 +0000 (+0100) Subject: Added CONFIGURE_ARCH to ./configure command in lfs/openssh X-Git-Tag: v3.0-alpha1~322^2~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e8160bb14bb8a15c5be6481225d839159ad49c8;p=ipfire-3.x.git Added CONFIGURE_ARCH to ./configure command in lfs/openssh --- diff --git a/lfs/openssh b/lfs/openssh index 7d52f9297..ae9906628 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -58,13 +58,16 @@ $(OBJECT) : install -v -m700 -d /var/lib/sshd chown -v root:sys /var/lib/sshd cd $(DIR_APP) && sed -i 's@ -ldes@@' configure - cd $(DIR_APP) && ./configure --prefix=/usr \ - --sysconfdir=/etc/ssh \ - --datadir=/usr/share/sshd \ - --libexecdir=/usr/lib/openssh \ - --with-md5-passwords \ - --with-privsep-path=/var/lib/sshd \ - --with-pam + cd $(DIR_APP) && \ + ./configure \ + $(CONFIGURE_ARCH) \ + --prefix=/usr \ + --sysconfdir=/etc/ssh \ + --datadir=/usr/share/sshd \ + --libexecdir=/usr/lib/openssh \ + --with-md5-passwords \ + --with-privsep-path=/var/lib/sshd \ + --with-pam cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install sed 's@d/login@d/sshd@g' /etc/pam.d/login > /etc/pam.d/sshd