0021-contrib-gpg-error-disable-tests.patch 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. From d4cfed802be595dd0cfda4ff5350e9d19c7d541d Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
  3. Date: Fri, 4 Jul 2014 00:48:09 +0200
  4. Subject: [PATCH] contrib/gpg-error: disable tests
  5. ---
  6. contrib/src/gpg-error/disable-tests.patch | 21 +++++++++++++++++++++
  7. contrib/src/gpg-error/rules.mak | 1 +
  8. 2 files changed, 22 insertions(+)
  9. create mode 100644 contrib/src/gpg-error/disable-tests.patch
  10. diff --git a/contrib/src/gpg-error/disable-tests.patch b/contrib/src/gpg-error/disable-tests.patch
  11. new file mode 100644
  12. index 0000000..efcd79d
  13. --- /dev/null
  14. +++ b/contrib/src/gpg-error/disable-tests.patch
  15. @@ -0,0 +1,21 @@
  16. +diff -ru libgpg-error/Makefile.in libgpg-error-fixed/Makefile.in
  17. +--- libgpg-error/Makefile.in 2014-04-15 14:25:49.000000000 +0200
  18. ++++ libgpg-error-fixed/Makefile.in 2014-07-04 00:46:04.000000000 +0200
  19. +@@ -121,7 +121,7 @@
  20. + distdir dist dist-all distcheck
  21. + ETAGS = etags
  22. + CTAGS = ctags
  23. +-DIST_SUBDIRS = m4 src tests po lang
  24. ++DIST_SUBDIRS = m4 src po lang
  25. + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  26. + distdir = $(PACKAGE)-$(VERSION)
  27. + top_distdir = $(distdir)
  28. +@@ -326,7 +326,7 @@
  29. +
  30. + @LANGUAGES_SOME_FALSE@lang_subdirs =
  31. + @LANGUAGES_SOME_TRUE@lang_subdirs = lang
  32. +-SUBDIRS = m4 src tests po $(lang_subdirs)
  33. ++SUBDIRS = m4 src po $(lang_subdirs)
  34. + gen_start_date = 2011-12-01T00:00:00
  35. + all: config.h
  36. + $(MAKE) $(AM_MAKEFLAGS) all-recursive
  37. diff --git a/contrib/src/gpg-error/rules.mak b/contrib/src/gpg-error/rules.mak
  38. index e7ff25c..4582903 100644
  39. --- a/contrib/src/gpg-error/rules.mak
  40. +++ b/contrib/src/gpg-error/rules.mak
  41. @@ -12,6 +12,7 @@ libgpg-error: libgpg-error-$(GPGERROR_VERSION).tar.bz2 .sum-gpg-error
  42. ifdef HAVE_WIN32
  43. $(APPLY) $(SRC)/gpg-error/windres-make.patch
  44. endif
  45. + $(APPLY) $(SRC)/gpg-error/disable-tests.patch
  46. $(MOVE)
  47. cp $@/src/syscfg/lock-obj-pub.arm-unknown-linux-androideabi.h $@/src/syscfg/lock-obj-pub.linux-android.h
  48. ifdef HAVE_IOS
  49. --
  50. 1.8.5.2 (Apple Git-48)