upgraded from the f12 source rpm
[gnuradio.git] / gnuradio-3.2-libtool.patch
1 Marek Mahut <mmahut@fedoraproject.org>: This patch fixes the build when libtool fails to detect that lib
2
3 diff -Naur gnuradio-3.2-upstream/gnuradio-core/src/tests/Makefile.am gnuradio-3.2/gnuradio-core/src/tests/Makefile.am
4 --- gnuradio-3.2-upstream/gnuradio-core/src/tests/Makefile.am   2009-07-25 09:14:01.090447704 +0200
5 +++ gnuradio-3.2/gnuradio-core/src/tests/Makefile.am    2009-07-25 09:25:12.681195057 +0200
6 @@ -59,7 +59,7 @@
7         benchmark_dotprod
8  
9  
10 -LIBGNURADIO =  $(GNURADIO_CORE_LA)
11 +LIBGNURADIO =  $(GNURADIO_CORE_LA) $(top_builddir)/omnithread/libgromnithread.la
12  LIBGNURADIOQA = $(top_builddir)/gnuradio-core/src/lib/libgnuradio-core-qa.la $(LIBGNURADIO)
13  
14  benchmark_dotprod_fff_SOURCES = benchmark_dotprod_fff.cc