Skip to content

Commit

Permalink
Makefile.defs: On NetBSD, link with -lm
Browse files Browse the repository at this point in the history
(cherry picked from commit 3ccaac3)
  • Loading branch information
gdt authored and miconda committed Mar 19, 2020
1 parent fd3527e commit 7597685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.defs
Expand Up @@ -2056,7 +2056,7 @@ ifeq ($(OS), netbsd)
C_DEFS+=-DHAVE_SELECT
endif
YACC=yacc
LIBS=
LIBS=-lm
endif

# OS X support, same as freebsd
Expand Down

0 comments on commit 7597685

Please sign in to comment.