Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=592670

--- Comment #19 from Ralf Corsepius <[email protected]> 2010-05-19 11:06:39 
EDT ---
(In reply to comment #18)

> I think it would be a good approach apply a patch to fix that two #defines
> SSL_LIB and CRYPTO_LIB in mongoose.c, wouldn't it?
This is what I would do.

I'd add something similar to this to mongoose.c 
#ifndef SSL_LIB
#define SSL_LIB "libssl.so"
#endif
and use something similar to this
make CFLAGS="${RPM_OPT_FLAGS} -DSSL_LIB=\"libssl.so.<version>\""

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to