rpms/gnuradio/F-10 gnuradio-3.1.3-libtool.bug.patch,NONE,1.1

Marek Mahut mmahut at fedoraproject.org
Sat Dec 20 00:17:24 UTC 2008


Author: mmahut

Update of /cvs/pkgs/rpms/gnuradio/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4606

Added Files:
	gnuradio-3.1.3-libtool.bug.patch 
Log Message:
gnuradio-3.1.3-libtool.bug.patch


gnuradio-3.1.3-libtool.bug.patch:

--- NEW FILE gnuradio-3.1.3-libtool.bug.patch ---
Marek Mahut <mmahut at fedoraproject.org>: This patch fixes the build when libtool fails to detect that lib

diff -Naur gnuradio-3.1.3/gnuradio-core/src/tests/Makefile.am gnuradio-3.1.3-upstream/gnuradio-core/src/tests/Makefile.am
--- gnuradio-3.1.3/gnuradio-core/src/tests/Makefile.am	2008-08-01 19:12:00.000000000 +0200
+++ gnuradio-3.1.3-upstream/gnuradio-core/src/tests/Makefile.am	2008-12-19 21:52:09.000000000 +0100
@@ -56,7 +56,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




More information about the fedora-extras-commits mailing list