package guile: make use of new BUILD variable

This commit is contained in:
Mark Brand 2011-11-26 21:54:54 +01:00
parent 26a746fe74
commit d5661822a8
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ define $(PKG)_BUILD
# which would fail because we tell Guile not to use Pthreads.
cd '$(1)' && CC_FOR_BUILD=gcc ./configure \
--host='$(TARGET)' \
--build="`sh ./config.guess`" \
--build='$(BUILD)' \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-shared \
--without-threads \