]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added CONFIGURE_ARCH to ./configure command in lfs/openssh
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 25 Dec 2008 21:38:33 +0000 (22:38 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 25 Dec 2008 21:38:33 +0000 (22:38 +0100)
lfs/openssh

index 7d52f929768ef37b5dcf6f2a6982b1609225d05c..ae990662880e2a602b2870236ee2487ac1fae991 100644 (file)
@@ -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