| 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 | | }}} |
| | 1 | Edit - no longer relevant. |