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

Collapse All | Expand All

(-)/usr/portage/mail-mta/exim/exim-4.54.ebuild (-2 / +2 lines)
Lines 137-145 Link Here
137
		sed -i \
137
		sed -i \
138
			-e "s:# \(SUPPORT_TLS=yes\):\1:" Local/Makefile
138
			-e "s:# \(SUPPORT_TLS=yes\):\1:" Local/Makefile
139
		if use gnutls; then
139
		if use gnutls; then
140
			sed \
140
			sed -i \
141
				-e "s:# \(USE_GNUTLS=yes\):\1:" \
141
				-e "s:# \(USE_GNUTLS=yes\):\1:" \
142
				-e "s:# \(TLS_LIBS=-lgnutls -ltasn1 -lgcrypt\):\1:"Local/Makefile
142
				-e "s:# \(TLS_LIBS=-lgnutls -ltasn1 -lgcrypt\):\1:" Local/Makefile
143
		else
143
		else
144
			sed -i \
144
			sed -i \
145
				-e "s:# \(TLS_LIBS=-lssl -lcrypto\):\1:" Local/Makefile
145
				-e "s:# \(TLS_LIBS=-lssl -lcrypto\):\1:" Local/Makefile

Return to bug 109561