SOURCES: fftw-link.patch (NEW) - fix lib*rfftw and lib*fftw_thread...
qboosh
qboosh at pld-linux.org
Sun Dec 31 04:04:03 CET 2006
Author: qboosh Date: Sun Dec 31 03:04:03 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix lib*rfftw and lib*fftw_threads linking
---- Files affected:
SOURCES:
fftw-link.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/fftw-link.patch
diff -u /dev/null SOURCES/fftw-link.patch:1.1
--- /dev/null Sun Dec 31 04:04:03 2006
+++ SOURCES/fftw-link.patch Sun Dec 31 04:03:57 2006
@@ -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 at FFTW_PREFIX@rfftw_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
++lib at FFTW_PREFIX@rfftw_la_LIBADD = $(top_builddir)/fftw/lib at 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 at FFTW_PREFIX@fftw_threads_la_LDFLAGS = \
+ -version-info @SHARED_VERSION_INFO@ \
+ -rpath $(libdir)
++lib at FFTW_PREFIX@fftw_threads_la_LIBADD = $(top_builddir)/fftw/lib at FFTW_PREFIX@fftw.la
+
+ @FFTW_PREFIX1 at fftw_threads.h: fftw_threads.h
+ rm -f $@
+@@ -48,6 +49,7 @@
+ lib at FFTW_PREFIX@rfftw_threads_la_LDFLAGS = \
+ -version-info @SHARED_VERSION_INFO@ \
+ -rpath $(libdir)
++lib at FFTW_PREFIX@rfftw_threads_la_LIBADD = lib at FFTW_PREFIX@fftw_threads.la $(top_builddir)/rfftw/lib at FFTW_PREFIX@rfftw.la
+
+ @FFTW_PREFIX1 at rfftw_threads.h: rfftw_threads.h
+ rm -f $@
================================================================
More information about the pld-cvs-commit
mailing list