On Saturday 11 June 2005 04:46, Digby Tarvin wrote:
> When I emerge netkit-rsh (because I want to share a tape via rmt) I
> get several warning such as:
>  QA Notice: /usr/bin/rlogin is setXid, dynamically linked and using
> lazy bindings. This combination is generally discouraged. Try:
> CFLAGS='-Wl,-z,now' emerge netkit-rsh
>
> Which seems pretty reasonable - I would rather not use dynamic libs
> on a suid program...
>
> but my command line was:
>       # CFLAGS='-Wl,-z,now' emerge netkit-rsh
> as the warning suggests :-/
>
> So what is the best way to get emerge to build things in with the
> recommended compile options?
>
> Regards,
> DigbyT
> --
> Digby R. S. Tarvin                                            
> [EMAIL PROTECTED] http://www.digbyt.com

I think it should be LDFLAGS, not CFLAGS:
 LDFLAGS='Wl,-z,now' emerge netkit-rsh

Ciao
        Francesco
-- 
Linux Version 2.6.11-gentoo-r9, Compiled #1 Wed Jun 8 05:32:03 2005 CEST 
One 2.2GHz AMD Athlon 64 Processor, 2GB RAM, 4325.37 Bogomips Total
aemaeth
-- 
[email protected] mailing list

Reply via email to