|
|
|
@ -35,27 +35,3 @@ Index: pwmd-2.3/src/Makefile.am
|
|
|
|
|
@PTH_LDFLAGS@ @PTH_LIBS@ @LIBASSUAN_LIBS@
|
|
|
|
|
pwmd_CFLAGS = -DLOCALEDIR=\"${prefix}/share/locale\" @XML_CPPFLAGS@ \
|
|
|
|
|
@GLIB_CFLAGS@ @LIBGCRYPT_CFLAGS@ @GPG_ERROR_CFLAGS@ \
|
|
|
|
|
Index: pwmd-2.3/src/common.h
|
|
|
|
|
--- pwmd-2.3/src/common.h.orig 2010-01-17 14:28:00 +0100
|
|
|
|
|
+++ pwmd-2.3/src/common.h 2010-01-17 17:44:57 +0100
|
|
|
|
|
@@ -23,7 +23,7 @@
|
|
|
|
|
#include <sys/stat.h>
|
|
|
|
|
#include <pth.h>
|
|
|
|
|
#include <gcrypt.h>
|
|
|
|
|
-#include <assuan.h>
|
|
|
|
|
+#include <assuan2.h>
|
|
|
|
|
|
|
|
|
|
#ifdef ENABLE_NLS
|
|
|
|
|
#ifdef HAVE_LOCALE_H
|
|
|
|
|
Index: pwmd-2.3/src/status.h
|
|
|
|
|
--- pwmd-2.3/src/status.h.orig 2010-01-17 14:28:00 +0100
|
|
|
|
|
+++ pwmd-2.3/src/status.h 2010-01-17 17:45:06 +0100
|
|
|
|
|
@@ -20,7 +20,7 @@
|
|
|
|
|
#define STATUS_H
|
|
|
|
|
|
|
|
|
|
#include <gpg-error.h>
|
|
|
|
|
-#include <assuan.h>
|
|
|
|
|
+#include <assuan2.h>
|
|
|
|
|
|
|
|
|
|
#define DEFAULT_KEEPALIVE_TO 30
|
|
|
|
|
|
|
|
|
|