FreeBSD Bugzilla – Attachment 152418 Details for
Bug 197227
[PATCH] Fix mutexes in databases/db5 on ARMv6 and later
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix mutexes on armv6
db5-armv6.diff (text/plain), 458 bytes, created by
Andrew Turner
on 2015-01-31 16:20:01 UTC
(
hide
)
Description:
Patch to fix mutexes on armv6
Filename:
MIME Type:
Creator:
Andrew Turner
Created:
2015-01-31 16:20:01 UTC
Size:
458 bytes
patch
obsolete
>Index: databases/db5/Makefile >=================================================================== >--- databases/db5/Makefile (revision 378217) >+++ databases/db5/Makefile (working copy) >@@ -39,6 +39,11 @@ > > .include <bsd.port.options.mk> > >+.if ${ARCH} == "armv6" >+# db5 uses a deprecated instruction for mutexes on ARM >+CONFIGURE_ARGS+= --enable-posixmutexes >+.endif >+ > .if ${PORT_OPTIONS:MDOCS} > INSTALL_TARGET+=install_docs docdir=${DOCSDIR} > PORTDOCS= *
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 197227
: 152418