# HG changeset patch # User Volker Grabsch # Date 1272880519 -7200 # Node ID 2d9d50ec94e2b6bff01e4b7444eb6eaa882758a4 # Parent c77bf2dc24453d0cbb6b2e8f71e76ee36b3c2a6d don't use "struct timespec" from in package guile diff -r c77bf2dc2445 -r 2d9d50ec94e2 src/guile.mk --- a/src/guile.mk Sun May 02 17:59:19 2010 +0200 +++ b/src/guile.mk Mon May 03 11:55:19 2010 +0200 @@ -20,11 +20,15 @@ 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=