blob: b91426ed4d1b93a503b5e76c93c5db17fccf668d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- tests/modules/Makefile.orig 2025-12-02 10:24:24 UTC
+++ tests/modules/Makefile
@@ -34,6 +34,11 @@ endif
endif
endif
+ifeq ($(uname_S),FreeBSD)
+ LD = cc
+ CC = cc
+endif
+
# OS X 11.x doesn't have /usr/lib/libSystem.dylib and needs an explicit setting.
ifeq ($(uname_S),Darwin)
ifeq ("$(wildcard /usr/lib/libSystem.dylib)","")
|