On Mon, Aug 11, 2014 at 5:05 PM, Orion Poplawski <orion@xxxxxxxxxxxxx> wrote:
I'm trying:
If the application uses a local copy of libtool, add the following lines to the spec after %configure:
%configure
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
from http://fedoraproject.org/wiki/Packaging:Guidelines#Removing_Rpath
but this breaks %check/make test as the tests cannot find the local library. Seems to down to autoreconf or chrpath, sigh.
How about adding this to the top of %check?
export LD_LIBRARY_PATH=$PWD/.libs
... adjusting the path as necessary so it points to the right place, of course.
-- Jerry James
http://www.jamezone.org/
-- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct