boost 1.46.0

Kevin Kofler kevin.kofler at chello.at
Sat Feb 5 04:26:04 UTC 2011


Petr Machata wrote:
> +-        boost_cv_lib_system_LDFLAGS="-L$boost_ldpath -R$boost_ldpath"
> ++        boost_cv_lib_system_LDFLAGS="-L$boost_ldpath -Wl,-R$boost_ldpath"

Actually, the -R switch should be dropped entirely. -R is a shortcut for
--rpath. We don't want an rpath set on $boost_ldpath, which is the system
%{_libdir}; setting that rpath is a violation of our packaging guidelines!

        Kevin Kofler



More information about the devel mailing list