diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-02-12 01:13:16 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-02-12 01:13:16 +0000 |
| commit | 736ec835ec15af4290b413f84e46cf148ec89527 (patch) | |
| tree | 248328473df6eaa8624e202a2af2e2f6f0b44f02 /exim-4.96-pic.patch | |
| parent | 836dc7112d8166821462e5963c5b95a319b84520 (diff) | |
automatic import of eximopeneuler25.03
Diffstat (limited to 'exim-4.96-pic.patch')
| -rw-r--r-- | exim-4.96-pic.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/exim-4.96-pic.patch b/exim-4.96-pic.patch new file mode 100644 index 0000000..50c5a10 --- /dev/null +++ b/exim-4.96-pic.patch @@ -0,0 +1,11 @@ +--- exim-4.99.1.orig/src/lookups/Makefile 2026-01-30 14:11:02.707533592 +0800 ++++ exim-4.99.1/src/lookups/Makefile 2026-01-30 14:35:41.614342701 +0800 +@@ -26,7 +26,7 @@ + $(FE)$(CC) -c $(CFLAGS) $(INCLUDE) $*.c + + .c.so:; @echo "$(CC) -shared $*.c" +- $(FE)$(CC) $(LOOKUP_$*_INCLUDE) $(LOOKUP_$*_LIBS) -DDYNLOOKUP $(CFLAGS_DYNAMIC) $(CFLAGS) $(INCLUDE) $(DLFLAGS) $*.c -o $@ ++ $(FE)$(CC) $(LOOKUP_$*_INCLUDE) $(LOOKUP_$*_LIBS) -DDYNLOOKUP $(CFLAGS_DYNAMIC) $(CFLAGS) $(INCLUDE) $(DLFLAGS) $(PIC) $*.c -o $@ + + cdb.o cdb.so: $(HDRS) cdb.c + dbmdb.o dbmdb.so: $(HDRS) dbmdb.c |
