[Lunar-commits] <moonbase-core> Merge pull request #295 from v4hn/glibc-specify-build

Auke Kok sofar+github at foo-projects.org
Sat May 4 08:58:46 CEST 2013


commit 6a58ab45b4b2afde1cd506743b97a1d86f693ba8
Author: Auke Kok <sofar+github at foo-projects.org>
Date: Fri, 03 May 2013 23:58:43 -0700
URL: https://github.com/lunar-linux/moonbase-core/commit/6a58ab45b4b2afde1cd506743b97a1d86f693ba8

Merge pull request #295 from v4hn/glibc-specify-build

glibc: specify build and host in BUILD
---
  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