|
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 |