From: Michael Tremer Date: Wed, 31 Dec 2008 13:07:13 +0000 (+0100) Subject: Openssh doesn't work very well with parallel builds. X-Git-Tag: v3.0-alpha1~286 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=797ea424a92cfb3ea3ef9bfefe4d0d961535a6bb;p=ipfire-3.x.git Openssh doesn't work very well with parallel builds. --- diff --git a/lfs/openssh b/lfs/openssh index cc1ce2ea2..94eddf344 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -67,7 +67,7 @@ $(OBJECT) : --with-md5-passwords \ --with-privsep-path=/var/lib/sshd \ --with-pam - cd $(DIR_APP) && make $(PARALLELISMFLAGS) + 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 chmod 644 /etc/pam.d/sshd