[Bug 592670] Review Request: mongoose - An easy-to-use self-sufficient web server

bugzilla at redhat.com bugzilla at redhat.com
Wed May 19 15:06:42 UTC 2010


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 <rc040203 at freenet.de> 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.



More information about the package-review mailing list