FreeBSD Bugzilla – Attachment 122405 Details for
Bug 165604
databases/mysql55-server cmake patches to properly use OpenSSL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 538 bytes, created by
RandomUser
on 2012-03-02 01:20:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
RandomUser
Created:
2012-03-02 01:20:08 UTC
Size:
538 bytes
patch
obsolete
>--- Makefile.orig 2012-02-29 14:14:17.000000000 -0600 >+++ Makefile 2012-02-29 14:41:14.000000000 -0600 >@@ -48,7 +48,12 @@ > .include <bsd.port.options.mk> > > .if !defined(WITHOUT_OPENSSL) >-CMAKE_ARGS+= -DWITH_SSL=bundled >+CMAKE_ARGS+= -DWITH_SSL=system >+.if defined(WITH_USR_LOCAL_SSL) >+CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH=/usr/local/include \ >+ -DCMAKE_LIBRARY_PATH=/usr/local/lib >+MAKE_ENV+= PKG_CONFIG_PATH=/usr/local/libdata/pkgconfig >+.endif > .endif > .if defined(WITH_FASTMTX) > CMAKE_ARGS+= -DWITH_FAST_MUTEXES=1 >======================
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 165604
: 122405 |
122406