[sr-dev] git:5.2:2a5fb5ad: Revert "Makefile.defs: add -lm to linker flags"

Henning Westerholt hw at skalatan.de
Thu Jan 23 12:38:59 CET 2020


Module: kamailio
Branch: 5.2
Commit: 2a5fb5add18abdddf0094754d7f4d5a34f8478a2
URL: https://github.com/kamailio/kamailio/commit/2a5fb5add18abdddf0094754d7f4d5a34f8478a2

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-01-23T12:38:23+01:00

Revert "Makefile.defs: add -lm to linker flags"

This reverts commit bb247563f2d5efbf95c52e682c72215a8b1fbb0a.

---

Modified: src/Makefile.defs

---

Diff:  https://github.com/kamailio/kamailio/commit/2a5fb5add18abdddf0094754d7f4d5a34f8478a2.diff
Patch: https://github.com/kamailio/kamailio/commit/2a5fb5add18abdddf0094754d7f4d5a34f8478a2.patch

---

diff --git a/src/Makefile.defs b/src/Makefile.defs
index 90d1750764..a3a07a89df 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -1775,7 +1775,7 @@ ifeq ($(YACC),)
 endif
 YACC_FLAGS=-d -b core/cfg
 # on solaris add -lxnet (e.g. LIBS= -lxnet)
-LIBS= -ldl -lresolv -lm
+LIBS= -ldl -lresolv
 LIB_PREFIX:=lib
 LIB_SUFFIX:=.so
 




More information about the sr-dev mailing list