pkgsrc/security/gpgme/patches/patch-aj
drochner c6a373a7cb update to 1.1.4
this fixes the same problem which was fixed by gpg-1.4.7: depending
on use, additional text could get through undetected
this gpgme uses gpg in a save way -- since we have gpg-1.4.7 in pkgsrc
this is kindo belt-and-suspender, but anyway...
2007-03-23 20:04:13 +00:00

13 lines
505 B
Text

$NetBSD: patch-aj,v 1.3 2007/03/23 20:04:13 drochner Exp $
--- gpgme/Makefile.in.orig 2007-03-05 11:14:44.000000000 +0100
+++ gpgme/Makefile.in
@@ -438,7 +438,7 @@ libgpgme_pthread_la_DEPENDENCIES = $(ass
@LTLIBOBJS@ $(srcdir)/libgpgme.vers
libgpgme_pthread_la_LIBADD = $(assuan_libobjs) @LTLIBOBJS@ \
- -lpthread @GPG_ERROR_LIBS@ @NETLIBS@
+ $(PTHREAD_LDFLAGS) $(PTHREAD_LIBS) @GPG_ERROR_LIBS@ @NETLIBS@
libgpgme_pth_la_LDFLAGS = @PTH_LDFLAGS@ \
$(libgpgme_version_script_cmd) -version-info \