diff options
Diffstat (limited to 'mail-mta/exim/files/exim-4.74-localscan_dlopen.patch')
-rw-r--r-- | mail-mta/exim/files/exim-4.74-localscan_dlopen.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/exim/files/exim-4.74-localscan_dlopen.patch b/mail-mta/exim/files/exim-4.74-localscan_dlopen.patch index d63135228341..3bb57c1637c6 100644 --- a/mail-mta/exim/files/exim-4.74-localscan_dlopen.patch +++ b/mail-mta/exim/files/exim-4.74-localscan_dlopen.patch @@ -16,9 +16,9 @@ diff -Naur exim-4.32/src/EDITME exim-4.32-dlopen/src/EDITME +# linker flags. Without it, the loaded .so won't be able to access any +# functions from exim. + -+LFLAGS=-rdynamic ++LFLAGS = -rdynamic +ifeq ($(OSTYPE),Linux) -+LFLAGS+= -ldl ++LFLAGS += -ldl +endif + + |