From f6211a2851888e8d098d5b37047ab69166bd41c1 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Mon, 3 May 2010 11:55:19 +0200 Subject: don't use "struct timespec" from in package guile --- src/guile.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/guile.mk b/src/guile.mk index 1386fde..95a5400 100644 --- a/src/guile.mk +++ b/src/guile.mk @@ -20,11 +20,15 @@ define $(PKG)_UPDATE endef 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 \ --host='$(TARGET)' \ --prefix='$(PREFIX)/$(TARGET)' \ --disable-shared \ --without-threads \ + scm_cv_struct_timespec=no \ LIBS='-lunistring -lintl -liconv' $(MAKE) -C '$(1)' -j '$(JOBS)' schemelib_DATA= $(MAKE) -C '$(1)' -j 1 install schemelib_DATA= -- cgit v0.12