Various fixes for kFreeBSD shared library
authorSébastien Villemot <sebastien@debian.org>
Wed, 14 Sep 2022 11:07:58 +0000 (12:07 +0100)
committerSébastien Villemot <sebastien@debian.org>
Wed, 14 Sep 2022 11:07:58 +0000 (12:07 +0100)
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

index bada954c1ff3e559c0a843fdcb9ac180e5dc8b49..639a0b950facd47c2db2674e242c53b1ba282e83 100644 (file)
@@ -402,7 +402,7 @@ ifeq ($(OSNAME), NetBSD)
 MD5SUM = md5 -n
 endif
 
-ifeq ($(OSNAME), Linux)
+ifeq ($(OSNAME), $(filter $(OSNAME),Linux FreeBSD))
 EXTRALIB       += -lm
 NO_EXPRECISION = 1
 endif