openssh.inc: Workaround uclibc issue where pthread.h inclusion causes conflict
authorKhem Raj <raj.khem@gmail.com>
Sat, 31 Jul 2010 05:35:26 +0000 (22:35 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sat, 31 Jul 2010 20:46:50 +0000 (13:46 -0700)
commitb918d74fed4f34708aae7e8099371d7b532baec2
tree7b7c42bbc67e8f54cb1d2dabd601acf7dd8982ef
parentd03afd82e170bb4c4059a19535a2a38d7c96bfd2
openssh.inc: Workaround uclibc issue where pthread.h inclusion causes conflict

* PAM means openssh wants its own implementation of pthread functions
  and the signatures dont match with uclibc functions. stdio.h pulls
  in pthread.h and causes the compiler to abort compilation. Ideally
  uclibc should not include pthread.h but its a hard one to fix. Until
  then we disable pam on uclibc.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/openssh/openssh.inc