[Bug 16649] configure isn't recognizing OpenSSL on OpenBSD

wine-bugs at winehq.org wine-bugs at winehq.org
Wed May 2 20:55:25 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=16649

Matias Colli <matiasbsd at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matiasbsd at gmail.com

--- Comment #3 from Matias Colli <matiasbsd at gmail.com> 2012-05-02 20:55:25 CDT ---
The Austin's patch is work for me.
Add crypto library in configure and configure.ac files:
-LIBS="-lssl  $LIBS"
+LIBS="-lssl -lcrypto  $LIBS"

It's very nice solutions.
Thanks,
Matias Colli.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list