improved escaping

pull/13/head
Volker Grabsch 13 years ago
parent 361295ede9
commit d52024be4e

@ -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="`sh ./config.guess`" \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-shared \
--without-threads \

Loading…
Cancel
Save