Late reply, if you want to skip rpath info in blenders binary (as in no list of library paths), you can add this define to cmake:
-DCMAKE_SKIP_BUILD_RPATH=TRUE On Sun, Aug 7, 2011 at 10:38 AM, Richard Shaw <[email protected]> wrote: > Ok, I've got all my other problems pretty much fixed by building in > the libs statically, but I'm still having an rpath issue: > > I'm rimmed all the warnings that can be ignored so here's what's left: > $ rpmlint blender > blender.x86_64: E: binary-or-shlib-defines-rpath /usr/bin/blender > ['/usr/include/lib'] > blender.x86_64: E: arch-dependent-file-in-usr-share > /usr/share/blender/2.58/scripts/addons/cycles/libcycles_blender.so > blender.x86_64: E: binary-or-shlib-defines-rpath > /usr/share/blender/2.58/scripts/addons/cycles/libcycles_blender.so > ['$ORIGIN/lib'] > > Any ideas? > > Thanks, > Richard > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers > -- - Campbell _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
