You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build(make): move nsproxy (Unix-only) into SUBDIRS_MODS to inherit core deps
nsproxy is now appended to SUBDIRS_MODS (under the existing Unix-only
guard) instead of to SUBDIRS. This makes it follow the same ordering
rules as the other modules (e.g., "modules after nsd"), avoiding races
where nsproxy could link before nsd finished—seen on GitHub runners
as intermittent collect2: error: ld returned 1 exit status while
building libnsproxy.so.
0 commit comments