diff -up ./buildah-9513cb8c7bec0f7789c696aee4d252ebf85194cc/vendor/github.com/mtrmac/gpgme/gpgme.go.1792243 ./buildah-9513cb8c7bec0f7789c696aee4d252ebf85194cc/vendor/github.com/mtrmac/gpgme/gpgme.go
--- buildah-9513cb8c7bec0f7789c696aee4d252ebf85194cc/vendor/github.com/mtrmac/gpgme/gpgme.go.1792243 2020-01-20 14:17:06.032949209 +0100
+++ buildah-9513cb8c7bec0f7789c696aee4d252ebf85194cc/vendor/github.com/mtrmac/gpgme/gpgme.go 2020-01-20 14:17:06.034949229 +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>