Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 434104 Details for
Bug 582854
app-admin/mongo-tools-3.2.10 installs files with TEXTRELs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to build.sh to build PIEs
mongo-tools-3.2.5-build-pie.patch (text/plain), 624 bytes, created by
runtarod
on 2016-05-12 19:10:26 UTC
(
hide
)
Description:
Patch to build.sh to build PIEs
Filename:
MIME Type:
Creator:
runtarod
Created:
2016-05-12 19:10:26 UTC
Size:
624 bytes
patch
obsolete
>--- a/build.sh 2016-04-21 17:31:22.156178084 +0200 >+++ b/build.sh 2016-04-21 17:32:07.723421116 +0200 >@@ -19,5 +19,5 @@ > for i in bsondump mongostat mongofiles mongoexport mongoimport mongorestore mongodump mongotop mongooplog; do > echo "Building ${i}..." > # Build the tool, using -ldflags to link in the current gitspec >- go build -o "bin/$i" -ldflags "-X github.com/mongodb/mongo-tools/common/options.Gitspec `git rev-parse HEAD` -X github.com/mongodb/mongo-tools/common/options.VersionStr $(git describe)" -tags "$tags" "$i/main/$i.go" >+ go build -buildmode=pie -o "bin/$i" -tags "$tags" "$i/main/$i.go" > done
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 582854
:
434104
|
453390