FS#22893 - Eet: number of dependencies can be reduced
Attached to Project:
Community Packages
Opened by Andrey R (cdome) - Monday, 14 February 2011, 14:24 GMT
Last edited by Ronald van Haren (pressh) - Friday, 25 February 2011, 09:27 GMT
Opened by Andrey R (cdome) - Monday, 14 February 2011, 14:24 GMT
Last edited by Ronald van Haren (pressh) - Friday, 25 February 2011, 09:27 GMT
|
Details
Description:
Eet is compiled with gnutls. Ecore is compiled with curl and curl is compiled with openssl in arch linux. Hence EFL requires both gnutls and openssl. The number of dependencies can be reduced if eet configured with `--enable-openssl disable-gnutls` flag. Then only openssl will be required. Overall, openssl is lighter dependency then gnutls if compared by shared object sizes. |
This task depends upon
Closed by Ronald van Haren (pressh)
Friday, 25 February 2011, 09:27 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in trunk
Friday, 25 February 2011, 09:27 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in trunk
Comment by
Ronald van Haren (pressh) - Monday,
14 February 2011, 14:55 GMT
seems fine, I'll add it for next release