[Lunar-commits] <moonbase-core> glibc: specify build and host in BUILD

v4hn me at v4hn.de
Sat May 4 08:58:45 CEST 2013


commit e9660ad74e7098ae41d4762adc33d0aa1a1ad661
Author: v4hn <me at v4hn.de>
Date: Sun, 14 Apr 2013 11:19:52 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/e9660ad74e7098ae41d4762adc33d0aa1a1ad661

glibc: specify build and host in BUILD

compiling fails in a i686 chroot on a x86_64 platform without this.
---
  libs/glibc/BUILD | +2/-0     
  1 file changed, 2 insertions(+)

--- a/libs/glibc/BUILD
+++ b/libs/glibc/BUILD
@@ -45,6 +45,8 @@
                --without-gd               \
                --without-cvs              \
                --enable-shared            \
+               --host=$BUILD              \
+               --build=$BUILD             \
                --enable-obsolete-rpc      \
                --disable-multi-arch       \
                --enable-bind-now          \




More information about the Lunar-commits mailing list