]> git.pld-linux.org Git - packages/gnupg2.git/commitdiff
- when disabling pth (because of opensc), don't use it
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 23 Apr 2005 16:52:25 +0000 (16:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnupg2-pth.patch -> 1.1

gnupg2-pth.patch [new file with mode: 0644]

diff --git a/gnupg2-pth.patch b/gnupg2-pth.patch
new file mode 100644 (file)
index 0000000..c2b02af
--- /dev/null
@@ -0,0 +1,14 @@
+--- gnupg-1.9.16/scd/command.c.orig    2005-04-20 12:23:46.000000000 +0200
++++ gnupg-1.9.16/scd/command.c 2005-04-23 18:40:53.481725240 +0200
+@@ -26,6 +26,11 @@
+ #include <ctype.h>
+ #include <unistd.h>
+ #include <signal.h>
++#ifdef HAVE_OPENSC
++# ifdef USE_GNU_PTH
++#  undef USE_GNU_PTH
++# endif
++#endif
+ #ifdef USE_GNU_PTH
+ # include <pth.h>
+ #endif
This page took 0.221712 seconds and 4 git commands to generate.