On Mon, Jul 12, 2010 at 3:42 PM, <[email protected]> wrote:
> All,
>
> What is the best way to update the configuration used to build SSH?
>
> Specifically, I'd like to build SSH with pam enabled, however, the
> configuration in the recipes/openssh/openssh.inc specifies "-without-pam".
>
in your case you could use DISTRO_FEATURE to check if pam is available
and set the option accordingly. something like below
EXTRA_OECONF += $...@base_contains('DISTRO_FEATURES', 'pam',
'--with-pam', '--without-pam', d)
Thx
-Khem
> Regards,
> -Sean
> _______________________________________________
> Openembedded-devel mailing list
> [email protected]
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel