Changes between Initial Version and Version 1 of Ticket #60240


Ignore:
Timestamp:
Mar 26, 2020, 4:39:38 PM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Agreed.

When you already know the fix for an issue, you can make it easier for us to accept that fix by submitting it as a pull request.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60240

    • Property Status changed from new to assigned
    • Property Owner set to danielluke
    • Property Cc danielluke removed
  • Ticket #60240 – Description

    initial v1  
    11The telltale fatal error from an attempt to build ntp:
    22
     3{{{
    34   Undefined symbols for architecture i386:
    45     "_strnlen", referenced from:
    56         _refclock_save_lcode in libntpd.a(ntp_refclock.o)
    67   ld: symbol(s) not found for architecture i386
     8}}}
    79
    810The build works with this line added to the Portfile:
    911
     12{{{
    1013   PortGroup   legacysupport  1.0
     14}}}