From: Michael Tremer Date: Thu, 25 Dec 2008 21:38:35 +0000 (+0100) Subject: Added CONFIGURE_ARCH to ./configure command in lfs/rrdtool X-Git-Tag: v3.0-alpha1~322^2~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32a04c8cde00a7cdbfc9eb0737fd16c995f48b03;p=ipfire-3.x.git Added CONFIGURE_ARCH to ./configure command in lfs/rrdtool --- diff --git a/lfs/rrdtool b/lfs/rrdtool index a508e0963..3bce4e42d 100644 --- a/lfs/rrdtool +++ b/lfs/rrdtool @@ -55,6 +55,7 @@ $(OBJECT) : @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && \ ./configure \ + $(CONFIGURE_ARCH) \ --prefix=/usr \ --disable-rrdcgi \ --disable-perl \