]> git.pld-linux.org Git - packages/fftw.git/commitdiff
- fix lib*rfftw and lib*fftw_threads linking
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 31 Dec 2006 03:03:57 +0000 (03:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fftw-link.patch -> 1.1

fftw-link.patch [new file with mode: 0644]

diff --git a/fftw-link.patch b/fftw-link.patch
new file mode 100644 (file)
index 0000000..e490b30
--- /dev/null
@@ -0,0 +1,28 @@
+--- fftw-2.1.5/rfftw/Makefile.am.orig  2003-03-24 08:05:32.000000000 +0100
++++ fftw-2.1.5/rfftw/Makefile.am       2006-12-31 01:42:31.648668712 +0100
+@@ -18,6 +18,7 @@
+                                        rfftw.h                   
+ lib@FFTW_PREFIX@rfftw_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
++lib@FFTW_PREFIX@rfftw_la_LIBADD = $(top_builddir)/fftw/lib@FFTW_PREFIX@fftw.la
+ MAINTAINERCLEANFILES = $(CODELETS) rconfig.c
+ DISTCLEANFILES = srfftw.h drfftw.h
+--- fftw-2.1.5/threads/Makefile.am.orig        2003-03-17 00:43:19.000000000 +0100
++++ fftw-2.1.5/threads/Makefile.am     2006-12-31 03:20:06.778333534 +0100
+@@ -27,6 +27,7 @@
+ lib@FFTW_PREFIX@fftw_threads_la_LDFLAGS = \
+                              -version-info @SHARED_VERSION_INFO@ \
+                              -rpath $(libdir)
++lib@FFTW_PREFIX@fftw_threads_la_LIBADD = $(top_builddir)/fftw/lib@FFTW_PREFIX@fftw.la
+ @FFTW_PREFIX1@fftw_threads.h: fftw_threads.h
+       rm -f $@
+@@ -48,6 +49,7 @@
+ lib@FFTW_PREFIX@rfftw_threads_la_LDFLAGS = \
+                               -version-info @SHARED_VERSION_INFO@ \
+                               -rpath $(libdir)
++lib@FFTW_PREFIX@rfftw_threads_la_LIBADD = lib@FFTW_PREFIX@fftw_threads.la $(top_builddir)/rfftw/lib@FFTW_PREFIX@rfftw.la
+ @FFTW_PREFIX1@rfftw_threads.h: rfftw_threads.h
+       rm -f $@
This page took 0.116694 seconds and 4 git commands to generate.