]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
naoki: Pass --build and --host to configure.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 7 Feb 2011 15:15:34 +0000 (16:15 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 7 Feb 2011 15:15:34 +0000 (16:15 +0100)
pkgs/Constants

index c6b634b1bc6f4e18a749005fc76f38ad6b3245b3..d8bedf28f61a5bc7aefbe8076a3f2e1df9dc4b66 100644 (file)
@@ -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)