FreeBSD Bugzilla – Attachment 170380 Details for
Bug 209458
base OpenSSL complains for relocation for databases/mysql57
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Minimal changes to make the system OpenSSL working
mysql.diff (text/plain), 1.04 KB, created by
Jung-uk Kim
on 2016-05-16 23:54:22 UTC
(
hide
)
Description:
Minimal changes to make the system OpenSSL working
Filename:
MIME Type:
Creator:
Jung-uk Kim
Created:
2016-05-16 23:54:22 UTC
Size:
1.04 KB
patch
obsolete
>Index: databases/mysql57-server/Makefile >=================================================================== >--- databases/mysql57-server/Makefile (revision 415363) >+++ databases/mysql57-server/Makefile (working copy) >@@ -21,8 +21,6 @@ USES= bison:build cmake:outsource compiler:c11 co > USE_OPENSSL= yes > USE_PERL5= run > >-WITH_OPENSSL_PORT= yes >- > MY_DBDIR= /var/db/mysql > MY_SECDIR= /var/db/mysql_secure > MY_TMPDIR= /var/db/mysql_tmpdir >@@ -57,9 +55,7 @@ CMAKE_ARGS+= -DINSTALL_LAYOUT=FREEBSD \ > -DWITH_EDITLINE=system \ > -DWITH_LIBEVENT=system \ > -DWITH_LZ4=system \ >- -DWITH_ZLIB=system \ >- -DWITH_SSL=${OPENSSLBASE} \ >- -DWITH_PIC=1 >+ -DWITH_ZLIB=system > > SHEBANG_FILES= scripts/*.pl* scripts/*.sh > >@@ -134,6 +130,12 @@ PERFSCHM_SUB_LIST_OFF+= PERFSCHEMRC="--skip-perfor > > .include <bsd.port.pre.mk> > >+.if defined(WITH_OPENSSL_BASE) >+CMAKE_ARGS+= -DWITH_SSL=system >+.else >+CMAKE_ARGS+= -DWITH_SSL=${OPENSSLBASE} >+.endif >+ > ### Just for the sake of FreeBSD 9.X ### > .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 > .if !defined(CLIENT_ONLY)
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 209458
:
170235
|
170365
|
170380
|
170391
|
170411