FreeBSD Bugzilla – Attachment 218034 Details for
Bug 249412
devel/json-c: Avoid use of newlocale(3) that results in increasing memory usage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch.txt (text/plain), 687 bytes, created by
Craig Leres
on 2020-09-17 23:39:32 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Craig Leres
Created:
2020-09-17 23:39:32 UTC
Size:
687 bytes
patch
obsolete
>Index: devel/json-c/Makefile >=================================================================== >--- devel/json-c/Makefile (revision 548865) >+++ devel/json-c/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= json-c > PORTVERSION= 0.15 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= https://s3.amazonaws.com/json-c_releases/releases/ \ > LOCAL/sunpoet >@@ -22,6 +23,11 @@ > > CPE_VENDOR= json-c_project > >+# Avoid use of newlocale(3) that results in increasing memory usage >+post-configure: >+ ${REINPLACE_CMD} -e 's|.*HAVE_USELOCALE|// &|' \ >+ ${CONFIGURE_WRKSRC}/config.h >+ > post-install: > ${INSTALL_DATA} ${WRKSRC}/json_object_private.h ${STAGEDIR}${PREFIX}/include/json-c/ >
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:
leres
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 249412
: 218034 |
218035
|
218036