From: Michael Tremer Date: Thu, 25 Dec 2008 21:38:34 +0000 (+0100) Subject: Added CONFIGURE_ARCH to ./configure command in lfs/pam X-Git-Tag: v3.0-alpha1~322^2~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a647ec98fc2bc4837463525eab8da51ca8c200c;p=ipfire-3.x.git Added CONFIGURE_ARCH to ./configure command in lfs/pam --- diff --git a/lfs/pam b/lfs/pam index bb741db18..c428da2a2 100644 --- 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