[Bug 603481] Review Request: freerdp - remote desktop protocol client

bugzilla at redhat.com bugzilla at redhat.com
Tue Sep 21 11:38:03 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=603481

--- Comment #20 from Steve Traylen <steve.traylen at cern.ch> 2010-09-21 07:38:01 EDT ---
(In reply to comment #19)
> (In reply to comment #18)
> >  Was looking at this today as am interested. If building with an 
> > 
> >  freerdp.x86_64: E: binary-or-shlib-defines-rpath /usr/bin/xfreerdp
> > ['/usr/lib64']
> 
> What platform are you using? There is no such warning on F13 i686.

F13 x86_64. 

Trying to get rid of the error since not your platform:

--disable-rpath does not work 

however adding 

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

after %configure does the job.

%build
%configure --disable-static --with-sound --with-crypto=openssl
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
make %{?_smp_mflags}


rpmlint now looks clean other than 

freerdp-libs.x86_64: W: shared-lib-calls-exit /usr/lib64/libfreerdp.so.0.0.0
exit at GLIBC_2.2.5

as mentioned above.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list