]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Openssh doesn't work very well with parallel builds.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 31 Dec 2008 13:07:13 +0000 (14:07 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 31 Dec 2008 13:07:13 +0000 (14:07 +0100)
lfs/openssh

index cc1ce2ea2916cb2859b2be25a26385dc0e4442ce..94eddf344df3802c89329800b21e105972a330b3 100644 (file)
@@ -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