1 diff -ur postfix-3.0.2.orig/src/dns/Makefile.in postfix-3.0.2/src/dns/Makefile.in
2 --- postfix-3.0.2.orig/src/dns/Makefile.in 2015-01-28 00:13:11.000000000 +0000
3 +++ postfix-3.0.2/src/dns/Makefile.in 2015-07-26 21:11:11.550001565 +0000
6 $(AR) $(ARFL) $(LIB) $?
8 - $(SHLIB_LD) $(SHLIB_RPATH) -o $(LIB) $(OBJS) $(SHLIB_SYSLIBS)
9 + $(SHLIB_LD) $(SHLIB_RPATH) -o $(LIB) $(OBJS) $(SHLIB_SYSLIBS) $(LIBS)
11 $(LIB_DIR)/$(LIB): $(LIB)
13 diff -ur postfix-3.0.2.orig/src/global/Makefile.in postfix-3.0.2/src/global/Makefile.in
14 --- postfix-3.0.2.orig/src/global/Makefile.in 2015-01-28 00:13:10.000000000 +0000
15 +++ postfix-3.0.2/src/global/Makefile.in 2015-07-26 21:11:37.799001565 +0000
18 $(AR) $(ARFL) $(LIB) $?
20 - $(SHLIB_LD) $(SHLIB_RPATH) -o $(LIB) $(OBJS) $(SHLIB_SYSLIBS)
21 + $(SHLIB_LD) $(SHLIB_RPATH) -o $(LIB) $(OBJS) $(SHLIB_SYSLIBS) $(LIBS)
23 $(LIB_DIR)/$(LIB): $(LIB)
25 diff -ur postfix-3.0.2.orig/src/master/Makefile.in postfix-3.0.2/src/master/Makefile.in
26 --- postfix-3.0.2.orig/src/master/Makefile.in 2015-01-28 00:13:12.000000000 +0000
27 +++ postfix-3.0.2/src/master/Makefile.in 2015-07-26 21:12:33.635001565 +0000
30 $(AR) $(ARFL) $(LIB) $?
32 - $(SHLIB_LD) $(SHLIB_RPATH) -o $(LIB) $(LIB_OBJ) $(SHLIB_SYSLIBS)
33 + $(SHLIB_LD) $(SHLIB_RPATH) -o $(LIB) $(LIB_OBJ) $(SHLIB_SYSLIBS) $(LIBS)
35 $(LIB_DIR)/$(LIB): $(LIB)
36 cp $(LIB) $(LIB_DIR)/$(LIB)
37 diff -ur postfix-3.0.2.orig/src/tls/Makefile.in postfix-3.0.2/src/tls/Makefile.in
38 --- postfix-3.0.2.orig/src/tls/Makefile.in 2015-01-28 00:13:11.000000000 +0000
39 +++ postfix-3.0.2/src/tls/Makefile.in 2015-07-26 21:11:24.396001565 +0000
42 $(AR) $(ARFL) $(LIB) $?
44 - $(SHLIB_LD) $(SHLIB_RPATH) -o $(LIB) $(OBJS) $(SHLIB_SYSLIBS)
45 + $(SHLIB_LD) $(SHLIB_RPATH) -o $(LIB) $(OBJS) $(SHLIB_SYSLIBS) $(LIBS)
47 $(LIB_DIR)/$(LIB): $(LIB)