changeset 936:c77bf2dc2445

switch from Pthreads-w32 to using the win32 API directly in package fftw
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 02 May 2010 17:59:19 +0200
parents 9993be51f18d
children 2d9d50ec94e2
files src/fftw.mk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fftw.mk	Sun May 02 17:58:37 2010 +0200
+++ b/src/fftw.mk	Sun May 02 17:59:19 2010 +0200
@@ -24,7 +24,8 @@
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
         --disable-shared \
-        --prefix='$(PREFIX)/$(TARGET)'
+        --prefix='$(PREFIX)/$(TARGET)' \
+        --enable-threads
     $(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
     $(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
 endef