Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 276401 | Differences between
and this patch

Collapse All | Expand All

(-)imap-2007e/src/osdep/unix/Makefile (-2 / +2 lines)
Lines 54-61 Link Here
54
54
55
# Extended flags needed for SSL.  You may need to modify.
55
# Extended flags needed for SSL.  You may need to modify.
56
56
57
SSLDIR=/usr/local/ssl
57
SSLDIR=/usr
58
SSLCERTS=$(SSLDIR)/certs
58
SSLCERTS=/etc/ssl/certs
59
SSLKEYS=$(SSLCERTS)
59
SSLKEYS=$(SSLCERTS)
60
SSLINCLUDE=$(SSLDIR)/include
60
SSLINCLUDE=$(SSLDIR)/include
61
SSLLIB=$(SSLDIR)/lib
61
SSLLIB=$(SSLDIR)/lib

Return to bug 276401