diff options
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/github.com/dexon-foundation/bls/ffi/go/bls/dummy.cpp | 3 | ||||
-rw-r--r-- | vendor/vendor.json | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/vendor/github.com/dexon-foundation/bls/ffi/go/bls/dummy.cpp b/vendor/github.com/dexon-foundation/bls/ffi/go/bls/dummy.cpp new file mode 100644 index 000000000..a5103a1c5 --- /dev/null +++ b/vendor/github.com/dexon-foundation/bls/ffi/go/bls/dummy.cpp @@ -0,0 +1,3 @@ +// This is a dummy source file which forces cgo to use the C++ linker instead +// of the default C linker. We can therefore eliminate non-portable linker +// flags such as -lstdc++, which is likely to break on FreeBSD and OpenBSD. diff --git a/vendor/vendor.json b/vendor/vendor.json index 38d199375..7ca44b2c0 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -123,10 +123,10 @@ "revisionTime": "2018-06-03T19:32:48Z" }, { - "checksumSHA1": "eKtPGrEJZ8yT6A7yVdzYCf3GRnc=", + "checksumSHA1": "jqxT0OeSE30j5pVqR+ia/AxtdAI=", "path": "github.com/dexon-foundation/bls", - "revision": "1208495d2fd3e5a69edaf7f429607e7ef431a5dd", - "revisionTime": "2018-10-23T02:11:18Z", + "revision": "dda43effd59cb08b3e99198c6d066a723e10a86b", + "revisionTime": "2018-12-27T09:54:38Z", "version": "dev", "versionExact": "dev" }, |