Changes between Version 1 and Version 2 of Ticket #56991, comment 36


Ignore:
Timestamp:
Oct 7, 2019, 4:46:43 AM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56991, comment 36

    v1 v2  
    1 Hey, I think that this might be it. It works in the background, with the env vars,and requires no flags.... fixes db48, at least.
    2 Try this:
    3 {{{
    4 @@ -893,14 +893,12 @@
    5                  append_to_environment_value configure $env_var -isysroot${configure.sdkroot}
    6              }
    7              append_to_environment_value configure "LDFLAGS" -Wl,-syslibroot,${configure.sdkroot}
    8 +            append_to_environment_value configure "SDKROOT" ${configure.sdkroot}
    9 +            append_to_environment_value configure "LDFLAGS" -Wl,-w
    10          }
    11 }}}
     1Edit - no longer relevant.