]> git.pld-linux.org Git - packages/fftw3.git/blob - fftw3-link.patch
- separate builddirs instead of copying whole sources
[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.1/Makefile.am.orig   2006-01-28 01:16:28.000000000 +0100
9 +++ fftw-3.1/Makefile.am        2006-01-31 22:18:47.468155000 +0100
10 @@ -10,8 +10,8 @@
11  
12  ACLOCAL_AMFLAGS=-I ./m4
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 m4
19  
20  if HAVE_SIMD
This page took 0.064529 seconds and 3 git commands to generate.