I don’t think you can use LD_LIBRARY_PATH due to the hardcoded relative path in 
"../libnettle.so”.
I could, however, change the  patch from "/usr/lib/libnettle.so" to  
“libnettle.so”, removing any paths.
That way LD_LIBRARY_PATH can be used if needed. But in the end it will load  
the library from /usr/lib/nettle.so anyway.



I think it would be preferred if you could use LD_LIBRARY_PATH to search for it


-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to