gnupg2/gnupg-1.9.16-pth.patch
Michael Schwendt 2415545d9f - Merge changes from Rex's 1.9.16-1 (Thu Apr 21):
- opensc support unconditional
- remove hard-coded .gz from %post/%postun
- add %check section
- add pth patch
- Put back patch modified from 1.9.15-4 to make tests verbose and change
    signal.c to describe received signals better.
2005-05-10 16:23:11 +00:00

12 lines
359 B
Diff

--- gnupg-1.9.16/scd/command.c.pth 2005-04-20 05:23:46.000000000 -0500
+++ gnupg-1.9.16/scd/command.c 2005-04-26 09:17:35.000000000 -0500
@@ -1264,7 +1264,7 @@
else
locked_session = ctrl->server_local;
-#ifdef USE_GNU_PTH
+#if 0
if (rc && has_option (line, "--wait"))
{
pth_sleep (1); /* Better implement an event mechanism. However,