diff options
Diffstat (limited to 'private/app-arch/reprepro/files/reprepro-2.2.4-gpgme.patch')
-rw-r--r-- | private/app-arch/reprepro/files/reprepro-2.2.4-gpgme.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/private/app-arch/reprepro/files/reprepro-2.2.4-gpgme.patch b/private/app-arch/reprepro/files/reprepro-2.2.4-gpgme.patch deleted file mode 100644 index f0dd393..0000000 --- a/private/app-arch/reprepro/files/reprepro-2.2.4-gpgme.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -120,7 +120,7 @@ AC_SUBST([DBCPPFLAGS]) - AC_CHECK_LIB(z,gzopen,,[AC_MSG_ERROR(["no zlib found"])],) - AC_CHECK_LIB(gpg-error,gpg_strsource,,[AC_MSG_ERROR(["no libgpg-error found"])],) - AC_CHECK_LIB(gpgme,gpgme_get_protocol_name,,[AC_MSG_ERROR(["no libgpgme found (need at least 0.4.1)"])],) --AC_CHECK_HEADER(gpgme.h,,[AC_MSG_ERROR(["no gpgme.h found"])]) -+AC_CHECK_HEADER(gpgme/gpgme.h,,[AC_MSG_ERROR(["no gpgme.h found"])]) - - AC_ARG_WITH(libbz2, - [ --with-libbz2=path|yes|no Give path to prefix libbz2 was installed with],[dnl ---- a/signature.c -+++ b/signature.c -@@ -25,7 +25,7 @@ - #include <string.h> - #include <malloc.h> - #include <fcntl.h> --#include <gpgme.h> -+#include <gpgme/gpgme.h> - #include "error.h" - #include "ignore.h" - #include "mprintf.h" |