You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/02/08 16:20:17 UTC

[GitHub] [incubator-nuttx-apps] patacongo opened a new pull request #57: apps/netutils/telnetd: Fix undefined reference to setsockopt.

patacongo opened a new pull request #57: apps/netutils/telnetd:  Fix undefined reference to setsockopt.
URL: https://github.com/apache/incubator-nuttx-apps/pull/57
 
 
   Recent change from Xiao Xiang enabled the SO_REUSEADDR socket option unconditionally.  This, of course, causes link time failures if socket options are not enabled:
   
   apps/netutils/telnetd/telnetd_daemon.c:182: undefined reference to 'setsockopt'.
   
   Observed during build testing with configuration rddrone-uavcan144:nsh

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #57: apps/netutils/telnetd: Fix undefined reference to setsockopt.

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #57: apps/netutils/telnetd:  Fix undefined reference to setsockopt.
URL: https://github.com/apache/incubator-nuttx-apps/pull/57
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services