X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d04744c2da9eb7296d4a4a2045fef1e677aef31f..3375e053c40dacf62a7eac02d52438a43398c053:/src/OS/Makefile-FreeBSD diff --git a/src/OS/Makefile-FreeBSD b/src/OS/Makefile-FreeBSD index c0f75ee78..30e383c44 100644 --- a/src/OS/Makefile-FreeBSD +++ b/src/OS/Makefile-FreeBSD @@ -1,5 +1,3 @@ -# $Cambridge: exim/src/OS/Makefile-FreeBSD,v 1.6 2009/11/19 18:58:44 nm4 Exp $ - # Exim: OS-specific make file for FreeBSD # There's no setting of CFLAGS here, to allow the system default # for "make" to be the default. @@ -15,6 +13,9 @@ HAVE_SA_LEN=YES # crypt() is in a separate library LIBS=-lcrypt -lm -lutil +# Dynamicly loaded modules need to be built with -fPIC +CFLAGS_DYNAMIC=-shared -rdynamic -fPIC + # FreeBSD always ships with Berkeley DB USE_DB=yes