--- a/Makefile.linux +++ b/Makefile.linux @@ -16,7 +16,7 @@ all: ethflopd ethflopd: ui_posix.c core.c - $(CC) $(CFLAGS) -o ethflopd ui_posix.c core.c + $(CC) $(CFLAGS) $(LDFLAGS) -o ethflopd ui_posix.c core.c clean: rm -f ethflopd *.o