mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
See https://code.exim.org/exim/exim/releases/tag/exim-4.99
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit aed8ca7bd9)
12 lines
422 B
Diff
12 lines
422 B
Diff
--- a/src/miscmods/Makefile
|
|
+++ b/src/miscmods/Makefile
|
|
@@ -62,7 +62,7 @@ dkim.o:
|
|
$(FE)$(CC) -c $(CFLAGS) $(INCLUDE) pdkim.c
|
|
$(FE)$(CC) -c $(CFLAGS) $(INCLUDE) $(TLS_INCLUDE) signing.c
|
|
$(FE)mv dkim.o dkim_tmp.o
|
|
- $(FE)ld -r -o dkim.o $(LDFLAGS_PARTIAL) \
|
|
+ $(FE)$(CC) -r -o dkim.o $(LDFLAGS_PARTIAL) \
|
|
dkim_tmp.o dkim_transport.o pdkim.o signing.o
|
|
|
|
# Similarly, we want a single .so for the dynamic-load module
|