forked from pool/postfix
f4d60b0a35
rebase patches, some config.postfix mods OBS-URL: https://build.opensuse.org/request/show/235450 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=186
14 lines
403 B
Diff
14 lines
403 B
Diff
Index: src/tlsproxy/Makefile.in
|
|
===================================================================
|
|
--- src/tlsproxy/Makefile.in.orig
|
|
+++ src/tlsproxy/Makefile.in
|
|
@@ -9,7 +9,7 @@ TESTPROG=
|
|
PROG = tlsproxy
|
|
INC_DIR = ../../include
|
|
LIBS = ../../lib/libtls.a ../../lib/libmaster.a ../../lib/libglobal.a \
|
|
- ../../lib/libutil.a
|
|
+ ../../lib/libutil.a ../../lib/libdns.a
|
|
|
|
.c.o:; $(CC) $(CFLAGS) -c $*.c
|
|
|