diff src/fftw.mk @ 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 29f1ba4559ae
children c638124b0cfa
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