fix non-perl build
[exim.git] / src / OS / Makefile-FreeBSD
index f0fb8f2c962717f83c33ac022936f9a685a7b534..5f01b84e695c121ef7c2337b7ebb7e3de156b5f0 100644 (file)
@@ -1,6 +1,6 @@
 # Exim: OS-specific make file for FreeBSD
 #
-# Copyright (c) The Exim Maintainers 2020
+# Copyright (c) The Exim Maintainers 2020 - 2023
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 CHOWN_COMMAND=/usr/sbin/chown
@@ -20,6 +20,9 @@ LIBS=-lcrypt -lm -lutil -lexecinfo
 # Dynamically loaded modules need to be built with -fPIC
 CFLAGS_DYNAMIC=-shared -rdynamic -fPIC
 
+# Partial-linking needs -nostdlib
+LDFLAGS_PARTIAL=-nostdlib
+
 # FreeBSD always ships with Berkeley DB
 USE_DB=yes