Re: Strange rpath issue with F-16 and F-17

2011-09-10 Thread Tadej Janež
Kevin, On Sat, 2011-09-10 at 02:19 +0200, Kevin Kofler wrote: > Tadej Janež wrote: > > What has changed between F-15 and F-16 so that "-rpath,/usr/lib64" gets > > appended to g++ options? > > Looks like a regression somewhere, probably in sip (which also contains some > build-system-type stuff).

Re: Strange rpath issue with F-16 and F-17

2011-09-09 Thread Kevin Kofler
Tadej Janež wrote: > What has changed between F-15 and F-16 so that "-rpath,/usr/lib64" gets > appended to g++ options? Looks like a regression somewhere, probably in sip (which also contains some build-system-type stuff). Something needs fixing for multilib. > What is the best way to fix this?