Build: Fixed unitialized pointer and missing -lm

This commit is contained in:
Olof hagsand 2025-01-23 12:41:23 +01:00
parent 2d709378f7
commit eff01d924c
4 changed files with 327 additions and 1100 deletions

View file

@ -69,7 +69,7 @@ INSTALLFLAGS = @INSTALLFLAGS@
endif
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
LIBS = @LIBS@ -lm
YACC = @YACC@
LEX = @LEX@