You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
529 B
23 lines
529 B
From f2288355d0709b183b749b10ca0a3c6587cd2ddc Mon Sep 17 00:00:00 2001
|
|
From: Gilles Dartiguelongue <eva@gentoo.org>
|
|
Date: Tue, 6 Apr 2010 15:11:46 +0200
|
|
Subject: [PATCH 1/3] gentoo: do not build tests if not required
|
|
|
|
---
|
|
Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index aec6c5d..95952da 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -1,4 +1,4 @@
|
|
-noinst_PROGRAMS = testart testuta
|
|
+check_PROGRAMS = testart testuta
|
|
|
|
bin_SCRIPTS = \
|
|
libart2-config
|
|
--
|
|
1.8.1.5
|
|
|