From: Michael Tremer Date: Mon, 7 Feb 2011 15:15:34 +0000 (+0100) Subject: naoki: Pass --build and --host to configure. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42925db45f41574e669dbba6c2f3de51f989226a;p=ipfire-3.x.git naoki: Pass --build and --host to configure. --- diff --git a/pkgs/Constants b/pkgs/Constants index c6b634b1b..d8bedf28f 100644 --- a/pkgs/Constants +++ b/pkgs/Constants @@ -41,7 +41,9 @@ export CXXFLAGS # Options that get passed to configure by default CONFIGURE_OPTIONS = \ - --prefix=/usr + --prefix=/usr \ + --build=$(TARGET) \ + --host=$(TARGET) # For compatibility with pakfire3 DISTRO_MACHINE=$(TARGET)