FreeBSD Bugzilla – Attachment 165529 Details for
Bug 206215
databases/mysql57-{server,client}: Use zlib from the system (not bundled)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add Option to System or bundled zlib
patch-Makefile (text/plain), 953 bytes, created by
klaus
on 2016-01-13 22:05:21 UTC
(
hide
)
Description:
Add Option to System or bundled zlib
Filename:
MIME Type:
Creator:
klaus
Created:
2016-01-13 22:05:21 UTC
Size:
953 bytes
patch
obsolete
>--- Makefile.org 2016-01-13 22:56:40.319304000 +0100 >+++ Makefile 2016-01-13 17:45:23.420880000 +0100 >@@ -17,14 +17,17 @@ > SLAVEDIRS= databases/mysql57-client > USES= cmake:outsource shebangfix > >-OPTIONS_RADIO= SSL >+OPTIONS_RADIO= SSL ZLIB > OPTIONS_RADIO_SSL= BUNDLED_SSL OPENSSL WITHOUT_SSL >-OPTIONS_DEFAULT+= OPENSSL >+OPTIONS_DEFAULT+= OPENSSL BUNDLED_ZLIB >+OPTIONS_RADIO_ZLIB= BUNDLED_ZLIB SYSTEM_ZLIB > > NO_OPTIONS_SORT= yes > > BUNDLED_SSL_DESC= SSL/TLS support via (bundled) CyaSSL > WITHOUT_SSL_DESC= No SSL/TLS support >+BUNDLED_ZLIB_DESC= Use bundled zlib >+SYSTEM_ZLIB_DESC= Use system zlib > > CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ > -DINSTALL_DOCREADMEDIR="share/doc/mysql" \ >@@ -55,6 +58,9 @@ > OPENSSL_USE= OPENSSL=yes > WITHOUT_SSL_CMAKE_ON= -DWITH_SSL=no > >+BUNDLED_ZLIB_CMAKE_ON= -DWITH_ZLIB=bundled >+SYSTEM_ZLIB_CMAKE_ON= -DWITH_ZLIB=system >+ > # MySQL-Server part > .if !defined(CLIENT_ONLY) > USE_MYSQL= yes
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 206215
: 165529