Friday, September 24, 2010

Re: [Discuss-gnuradio] UHD Announcement - September 23rd 2010

diff --git a/config/grc_gr_uhd.m4 b/config/grc_gr_uhd.m4
index 090187c..a3d3aff 100644
--- a/config/grc_gr_uhd.m4
+++ b/config/grc_gr_uhd.m4
@@ -24,6 +24,8 @@ AC_DEFUN([GRC_GR_UHD],[
GRC_CHECK_DEPENDENCY(gr-uhd, gnuradio-core)

if test $passed = yes; then
+ dnl setup the pkg config path with uhd configuration variables
+ export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:${prefix}/lib${LIB_SUFFIX}/pkgconfig
dnl Don't do gr-uhd if the 'uhd' package is not installed
PKG_CHECK_MODULES(
[UHD], [uhd], [],
On 09/24/2010 10:18 PM, Marcus D. Leech wrote:
>>
>>
>> http://gnuradio.org/cgit/gnuradio.git/commit/?h=next&id=71c193ad5380829e20af533ed89903d8d7abcd2c
>>
>>
>> -Josh
>>
> Ok, so all Eric's fault :-)
>

The problem being that /usr/local/lib/pkgconfig isnt honoring the users
prefix and possibly libdir. Perhaps we can still make this right... Does
this patch work for you?

-Josh

No comments:

Post a Comment