From: Michael Tremer Date: Thu, 25 Dec 2008 21:38:30 +0000 (+0100) Subject: Added CONFIGURE_ARCH to ./configure command in lfs/curl X-Git-Tag: v3.0-alpha1~322^2~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79f21835c39f8daa5eab30f2f23c82f8a96364e;p=ipfire-3.x.git Added CONFIGURE_ARCH to ./configure command in lfs/curl --- diff --git a/lfs/curl b/lfs/curl index 56a7daa88..1e7169964 100644 --- a/lfs/curl +++ b/lfs/curl @@ -53,7 +53,11 @@ $(objects) : $(OBJECT) : @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr --disable-static + cd $(DIR_APP) && \ + ./configure \ + $(CONFIGURE_ARCH) \ + --prefix=/usr \ + --disable-static cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)