]> git.pld-linux.org Git - packages/fftw3.git/blob - fftw3-link.patch
- clone tree and compile using separate sources to get more reliable results
[packages/fftw3.git] / fftw3-link.patch
1 --- fftw-3.0.1/threads/Makefile.am.orig 2003-03-16 21:00:04.000000000 +0100
2 +++ fftw-3.0.1/threads/Makefile.am      2003-07-25 00:35:16.000000000 +0200
3 @@ -10,3 +10,4 @@
4  hc2hc-dif.c vrank-geq1-rdft2.c f77api.c f77funcs.h
5  
6  libfftw3@PREC_SUFFIX@_threads_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
7 +libfftw3@PREC_SUFFIX@_threads_la_LIBADD = $(top_builddir)/libfftw3@PREC_SUFFIX@.la -lpthread
8 --- fftw-3.0.1/Makefile.am.orig 2003-07-25 00:37:43.000000000 +0200
9 +++ fftw-3.0.1/Makefile.am      2003-07-25 08:04:50.000000000 +0200
10 @@ -8,8 +8,8 @@
11  GENFFT =
12  endif
13  
14 -SUBDIRS=support $(GENFFT) kernel simd dft rdft reodft threads api      \
15 -libbench2 . tests doc tools
16 +SUBDIRS=support $(GENFFT) kernel simd dft rdft reodft api . threads    \
17 +libbench2 tests doc tools
18  EXTRA_DIST=COPYRIGHT bootstrap.sh CONVENTIONS fftw.pc.in acx_pthread.m4
19  
20  libfftw3@PREC_SUFFIX@_la_SOURCES = 
This page took 0.094541 seconds and 3 git commands to generate.