FreeBSD Bugzilla – Attachment 199295 Details for
Bug 233274
databases/mariadb102-server: Fails to build with SNAPPY option enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch to re-add fix from 221159
mariadb102-server-10.2.19.diff (text/plain), 721 bytes, created by
Dave Bendit
on 2018-11-17 16:14:40 UTC
(
hide
)
Description:
Proposed patch to re-add fix from 221159
Filename:
MIME Type:
Creator:
Dave Bendit
Created:
2018-11-17 16:14:40 UTC
Size:
721 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 485139) >+++ Makefile (working copy) >@@ -215,4 +215,12 @@ > ${WRKSRC}/cmake/os/DragonFly.cmake > .endif > >+# Fix build failure in mbstream, see https://jira.mariadb.org/browse/MDEV-14072 >+post-configure-INNOBASE-on: >+ ${REINPLACE_CMD} -e 's| ${PREFIX}/lib/liblz4.so\(.* ${PREFIX}/lib/liblz4.so.*\)|\1|' \ >+ -e 's| ${PREFIX}/lib/liblzo2.so\(.* ${PREFIX}/lib/liblzo2.so.*\)|\1|' \ >+ -e 's| ${PREFIX}/lib/libsnappy.so\(.* ${PREFIX}/lib/libsnappy.so\)|\1|' \ >+ -e 's| -llzma\(.* -llzma\)|\1|;s| -lbz2\(.* -lbz2\)|\1|;' \ >+ ${WRKSRC}/extra/mariabackup/CMakeFiles/mbstream.dir/link.txt >+ > .include <bsd.port.post.mk>
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
Flags:
david
:
maintainer-approval?
(
brnrd
)
Actions:
View
|
Diff
Attachments on
bug 233274
: 199295