diff --git a/Makefile b/Makefile index 585bfe8d52..b63451fb93 100644 --- a/Makefile +++ b/Makefile @@ -429,8 +429,9 @@ export STATUSGO_LIBDIR $(STATUSGO): | deps echo -e $(BUILD_MSG) "status-go" - + cd vendor/status-go && \ - $(MAKE) statusgo-shared-library $(STATUSGO_MAKE_PARAMS) $(HANDLE_OUTPUT) + # FIXME: Nix shell usage breaks builds due to Glibc mismatch. + $(MAKE) -C vendor/status-go statusgo-shared-library SHELL=/bin/sh \ + $(STATUSGO_MAKE_PARAMS) $(HANDLE_OUTPUT) status-go: $(STATUSGO)