Changes between Initial Version and Version 1 of Ticket #65699, comment 1


Ignore:
Timestamp:
Aug 20, 2022, 1:57:40 PM (2 years ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65699, comment 1

    initial v1  
    77
    88`USE_THREAD=1` is NOT removed on 10.6.
     9
     10UPD. This is likely the reason, in Makefile:
     11{{{
     12# Mac OS/X
     13ifeq ($(TARGET),osx)
     14  set_target_defaults = $(call default_opts, \
     15    USE_POLL USE_TPROXY USE_LIBCRYPT USE_THREAD USE_CPU_AFFINITY USE_KQUEUE   \
     16    USE_GETADDRINFO)
     17  EXPORT_SYMBOL  = -export_dynamic
     18endif
     19}}}