View | Details | Raw Unified | Return to bug 10846
Collapse All | Expand All

(-)postfix-2.3.7-alt1.patch.orig (-1 / +1 lines)
Lines 3607-3613 Link Here
3607
+	gcc -shared -Wl,-soname,$@ -o $@ $? -lsasl2 $(LIBS) $(SYSLIBS)
3607
+	gcc -shared -Wl,-soname,$@ -o $@ $? -lsasl2 $(LIBS) $(SYSLIBS)
3608
+
3608
+
3609
+$(XSASL_DOVECOT): $(DOVECOT_OBJS)
3609
+$(XSASL_DOVECOT): $(DOVECOT_OBJS)
3610
+	gcc -shared -Wl,-soname,$@ -o $@ $? -ldovecot $(LIBS) $(SYSLIBS)
3610
+	gcc -shared -Wl,-soname,$@ -o $@ $? -lsasl2 $(LIBS) $(SYSLIBS)
3611
+
3611
+
3612
 $(LIB):	$(OBJS)
3612
 $(LIB):	$(OBJS)
3613
 	$(AR) $(ARFL) $(LIB) $?
3613
 	$(AR) $(ARFL) $(LIB) $?

Return to bug 10846