libart_lgpl-2.3.21-no-test-build.patch 535 B

1234567891011121314151617181920212223
  1. From f3afed3b06c34c588a7c67cb83064e16255f54b4 Mon Sep 17 00:00:00 2001
  2. From: Gilles Dartiguelongue <eva@gentoo.org>
  3. Date: Tue, 6 Apr 2010 15:11:46 +0200
  4. Subject: [PATCH 1/2] gentoo: do not build tests if not required
  5. ---
  6. Makefile.am | 2 +-
  7. 1 files changed, 1 insertions(+), 1 deletions(-)
  8. diff --git a/Makefile.am b/Makefile.am
  9. index aec6c5d..95952da 100644
  10. --- a/Makefile.am
  11. +++ b/Makefile.am
  12. @@ -1,4 +1,4 @@
  13. -noinst_PROGRAMS = testart testuta
  14. +check_PROGRAMS = testart testuta
  15. bin_SCRIPTS = \
  16. libart2-config
  17. --
  18. 1.7.0.4