summaryrefslogtreecommitdiff
path: root/app-admin/mongo-tools/files/mongo-tools-3.0.12-build.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-06 18:23:20 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-06 18:23:20 +0000
commitd37b97a25b8b10f748eead6574b01f893f140b01 (patch)
tree13e2a142a31cd193a39c63042a64cab29a1f7ae9 /app-admin/mongo-tools/files/mongo-tools-3.0.12-build.patch
parenta833e3f4a431b8eea751b7420e127787f9c92117 (diff)
gentoo resync : 06.12.2017
Diffstat (limited to 'app-admin/mongo-tools/files/mongo-tools-3.0.12-build.patch')
-rw-r--r--app-admin/mongo-tools/files/mongo-tools-3.0.12-build.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/app-admin/mongo-tools/files/mongo-tools-3.0.12-build.patch b/app-admin/mongo-tools/files/mongo-tools-3.0.12-build.patch
deleted file mode 100644
index f3d881948679..000000000000
--- a/app-admin/mongo-tools/files/mongo-tools-3.0.12-build.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/build.sh 2016-04-29 20:14:54.000000000 +0200
-+++ b/build.sh 2016-05-17 17:22:50.830113156 +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 -o "bin/$i" -tags "$tags" "$i/main/$i.go" || exit 1
- done