diff -up ./libpod-5cc92849f7fc9dd734ca2fd8f3ae8830b9a7eb26/vendor/github.com/mtrmac/gpgme/gpgme.go.1792243 ./libpod-5cc92849f7fc9dd734ca2fd8f3ae8830b9a7eb26/vendor/github.com/mtrmac/gpgme/gpgme.go
--- libpod-5cc92849f7fc9dd734ca2fd8f3ae8830b9a7eb26/vendor/github.com/mtrmac/gpgme/gpgme.go.1792243 2020-01-20 14:15:24.017928970 +0100
+++ libpod-5cc92849f7fc9dd734ca2fd8f3ae8830b9a7eb26/vendor/github.com/mtrmac/gpgme/gpgme.go 2020-01-20 14:15:24.019928990 +0100
@@ -1,7 +1,7 @@
// Package gpgme provides a Go wrapper for the GPGME library
package gpgme
-// #cgo LDFLAGS: -lgpgme -lassuan -lgpg-error
+// #cgo LDFLAGS: -lgpgme-pthread -lassuan -lgpg-error
// #cgo CPPFLAGS: -D_FILE_OFFSET_BITS=64
// #include <stdlib.h>
// #include <gpgme.h>