Build: iconv type for Hurd
[exim.git] / src / OS / Makefile-FreeBSD
index ca1073e11b75feb2980359c0e4a1ca3a527e8f55..5f01b84e695c121ef7c2337b7ebb7e3de156b5f0 100644 (file)
@@ -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