Module: kamailio
Branch: master
Commit: 3ccaac365da6078a96681109efebc70dcb12fc55
URL:
https://github.com/kamailio/kamailio/commit/3ccaac365da6078a96681109efebc70…
Author: Greg Troxel <gdt(a)lexort.com>
Committer: Greg Troxel <gdt(a)lexort.com>
Date: 2020-03-18T19:01:52-04:00
Makefile.defs: On NetBSD, link with -lm
---
Modified: src/Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/3ccaac365da6078a96681109efebc70…
Patch:
https://github.com/kamailio/kamailio/commit/3ccaac365da6078a96681109efebc70…
---
diff --git a/src/Makefile.defs b/src/Makefile.defs
index a89a3a6099..3d28f3ef38 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -2056,7 +2056,7 @@ ifeq ($(OS), netbsd)
C_DEFS+=-DHAVE_SELECT
endif
YACC=yacc
- LIBS=
+ LIBS=-lm
endif
# OS X support, same as freebsd