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
The reason for this is that the build products are reused from src in the case of NOT --disable-static and --disable-dep-track. From what I can tell, make winds up hitting an implicit rule to build the ../src/websocket.c because of ../src/websocket.o:
In the case of the Nix build, we are adding --disable-static and --disable-dep-track due to setup.sh defaults. Interestingly, enabling dep tracking plus disabled static outputs creates a different and interesting issue with a .Tpo file being reported as missing.
Somewhere in here is a misuse of autotools, but I don't know enough about autotools to identify what it is.
From the current (1.9.0) release:
Removing
--disable-static
fixes the build.The text was updated successfully, but these errors were encountered: