From f32de16f977cb82787ab31f07c8a94397155ea30 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Thu, 17 Mar 2011 05:53:41 +1100 Subject: package guile: wine confuses native build steps so set CC_FOR_BUILD and --build --- src/guile.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/guile.mk b/src/guile.mk index 95a5400..74efa5d 100644 --- a/src/guile.mk +++ b/src/guile.mk @@ -23,8 +23,9 @@ define $(PKG)_BUILD # The setting "scm_cv_struct_timespec=no" ensures that Guile # won't try to use the "struct timespec" from , # which would fail because we tell Guile not to use Pthreads. - cd '$(1)' && ./configure \ + cd '$(1)' && CC_FOR_BUILD=gcc ./configure \ --host='$(TARGET)' \ + --build=`sh ./config.guess` \ --prefix='$(PREFIX)/$(TARGET)' \ --disable-shared \ --without-threads \ -- cgit v0.12