From f48312fad3bca50db2f66c7050a2c3bd27dafd82 Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Fri, 16 Oct 2020 13:10:58 +0000 Subject: [PATCH] Produce a versioned so on FreeBSD --- Makefile.detect | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.detect b/Makefile.detect index 2a3fe4f3..73d8cd7c 100644 --- a/Makefile.detect +++ b/Makefile.detect @@ -9,6 +9,7 @@ PLATFORM=macosx else ifeq ($(shell uname),FreeBSD) PLATFORM=bsd +LIBCHIBI_FLAGS = -Wl,-soname,libchibi-scheme$(SO).$(SOVERSION_MAJOR) else ifeq ($(shell uname),NetBSD) PLATFORM=bsd