X-Git-Url: http://git.onelab.eu/?p=gnuradio.git;a=blobdiff_plain;f=gnuradio-3.2-libtool.patch;fp=gnuradio-3.2-libtool.patch;h=7f512051dab04cbd9e48b4a60e38dbe47653eda5;hp=0000000000000000000000000000000000000000;hb=75b29d35f60004f8c5b69b2d23a7c2a5068c1319;hpb=6963eef91c35d2f25e524f248a58865dfacb97c0 diff --git a/gnuradio-3.2-libtool.patch b/gnuradio-3.2-libtool.patch new file mode 100644 index 0000000..7f51205 --- /dev/null +++ b/gnuradio-3.2-libtool.patch @@ -0,0 +1,14 @@ +Marek Mahut : This patch fixes the build when libtool fails to detect that lib + +diff -Naur gnuradio-3.2-upstream/gnuradio-core/src/tests/Makefile.am gnuradio-3.2/gnuradio-core/src/tests/Makefile.am +--- gnuradio-3.2-upstream/gnuradio-core/src/tests/Makefile.am 2009-07-25 09:14:01.090447704 +0200 ++++ gnuradio-3.2/gnuradio-core/src/tests/Makefile.am 2009-07-25 09:25:12.681195057 +0200 +@@ -59,7 +59,7 @@ + benchmark_dotprod + + +-LIBGNURADIO = $(GNURADIO_CORE_LA) ++LIBGNURADIO = $(GNURADIO_CORE_LA) $(top_builddir)/omnithread/libgromnithread.la + LIBGNURADIOQA = $(top_builddir)/gnuradio-core/src/lib/libgnuradio-core-qa.la $(LIBGNURADIO) + + benchmark_dotprod_fff_SOURCES = benchmark_dotprod_fff.cc