[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Patch-gnuradio] Re: [Discuss-gnuradio] Next updated
From: |
Douglas Geiger |
Subject: |
[Patch-gnuradio] Re: [Discuss-gnuradio] Next updated |
Date: |
Thu, 3 Feb 2011 16:38:10 -0500 |
The recent addition of libvolk_orc caused a little bit of a problem
when building an out-of-tree project that uses it, because pkg-config
--libs volk reports wanting libvolk_orc (which wasn't built on my
machine).
I've attached a patch that fixes it: I just create a variable to hold
the -lvolk_orc bit that goes into the volk.pc.in file if ORC_CHECK
decides to build it. I'm not clear if it should still be included if
cross-compiling (and LV_HAVE_ORCC is set to no, but LV_HAVE_ORC is
still yes), but in that case I'm not sure what's happening with the
.pc file anyways. So I'll pass this along and just give the disclaimer
that: it works for me!
Doug
--
Doug Geiger
address@hidden
volk_orc.patch
Description: Binary data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Patch-gnuradio] Re: [Discuss-gnuradio] Next updated,
Douglas Geiger <=