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

diff --git a/lfs/pam b/lfs/pam
index bb741db18cd2eba443fcb91e127c1c481dd72346..c428da2a290eeaa58e4701a5449842b82d94126b 100644 (file)
--- a/lfs/pam
+++ b/lfs/pam
@@ -55,7 +55,11 @@ $(OBJECT) :
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)     
 
 ifeq "$(PASS)" "1"
-       cd $(DIR_APP) && ./configure --libdir=/lib --sbindir=/lib/security \
+       cd $(DIR_APP) && \
+               ./configure \
+                       $(CONFIGURE_ARCH) \
+                       --libdir=/lib \
+                       --sbindir=/lib/security \
             --enable-securedir=/lib/security \
             --docdir=/usr/share/doc/Linux-PAM-$(VER) \
             --enable-read-both-confs