[exim-cvs] Fix clang build

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Exim Git Commits Mailing List
Ημερομηνία:  
Προς: exim-cvs
Αντικείμενο: [exim-cvs] Fix clang build
Gitweb: https://git.exim.org/exim.git/commitdiff/44876330aea2aa8deb3d8b714d7b710d456201f6
Commit:     44876330aea2aa8deb3d8b714d7b710d456201f6
Parent:     4a0b4aef0029eabd256e246ac2b7e68f86be35e7
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Thu Sep 5 10:50:23 2024 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Thu Sep 5 10:50:23 2024 +0100


    Fix clang build


    Broken-by: 9a0f997bac8
---
 src/src/miscmods/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/src/src/miscmods/Makefile b/src/src/miscmods/Makefile
index d25d5ede0..3013a88da 100644
--- a/src/src/miscmods/Makefile
+++ b/src/src/miscmods/Makefile
@@ -40,7 +40,7 @@ spf.o   spf.so:        $(HDRS) spf.h spf.c


 dkim.o:
         @echo "$(CC) dkim.c dkim_transport.c pdkim.c signing.c"
-        $(FE)$(CC) -r $(CFLAGS) $(INCLUDE) \
+        $(FE)$(CC) -r -nostdlib $(CFLAGS) $(INCLUDE) \
             dkim.c dkim_transport.c pdkim.c signing.c -o $@


dkim.so:

--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-cvs.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-cvs-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/