From f6adad9f8f4d380a36a863f2a3e396812bcc411d Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 29 Jul 2020 13:51:22 +0100 Subject: [PATCH] Various fixes for kFreeBSD shared library Forwarded: not-needed Last-Update: 2014-08-05 Under kFreeBSD, give a SONAME to the shared library and install it. Also link it against libm. Simply use the same code as Linux for all these operations. Last-Update: 2014-08-05 Gbp-Pq: Name kfreebsd.patch --- Makefile.system | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.system b/Makefile.system index 8d78b42..33eda6c 100644 --- a/Makefile.system +++ b/Makefile.system @@ -307,7 +307,7 @@ ifeq ($(OSNAME), NetBSD) MD5SUM = md5 -n endif -ifeq ($(OSNAME), Linux) +ifeq ($(OSNAME), $(filter $(OSNAME),Linux FreeBSD)) EXTRALIB += -lm NO_EXPRECISION = 1 endif -- 2.30.2