FreeBSD Bugzilla – Attachment 222632 Details for
Bug 253689
databases/mongodb36-tools - unbreak with go1.16
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch for mongodb to fix build with go1.16
file_253689.txt (text/plain), 483 bytes, created by
Daniel Horecki
on 2021-02-19 12:55:13 UTC
(
hide
)
Description:
patch for mongodb to fix build with go1.16
Filename:
MIME Type:
Creator:
Daniel Horecki
Created:
2021-02-19 12:55:13 UTC
Size:
483 bytes
patch
obsolete
>--- Makefile.old 2021-02-19 12:50:40.466347000 +0000 >+++ Makefile 2021-02-19 12:53:59.867788000 +0000 >@@ -38,7 +38,8 @@ > MAKE_CMD= ${LOCALBASE}/bin/go build > MAKE_ENV= GOPATH="${WRKSRC}/.gopath:${WRKSRC}/vendor" \ > CGO_CFLAGS="${CFLAGS}" CGO_CPPFLAGS="${CPPFLAGS}" \ >- CGO_CXXFLAGS="${CXXFLAGS}" CGO_LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}" >+ CGO_CXXFLAGS="${CXXFLAGS}" CGO_LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}" \ >+ GO111MODULE=off > > > MY_TAGS= -tags "${USE_MY_TAGS}"
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 Raw
Actions:
View
Attachments on
bug 253689
: 222632