403b09
From c3239e370cb2a47bc815492887b75e0f5c9a9942 Mon Sep 17 00:00:00 2001
99b6f7
From: Martin Kosek <mkosek@redhat.com>
99b6f7
Date: Wed, 22 May 2013 11:55:06 +0200
e3ffab
Subject: [PATCH] Remove i18test from build process
99b6f7
99b6f7
Required package python-polib is not present in RHEL-7.0.
99b6f7
---
99b6f7
 Makefile | 2 +-
99b6f7
 1 file changed, 1 insertion(+), 1 deletion(-)
99b6f7
99b6f7
diff --git a/Makefile b/Makefile
403b09
index 6c473f8829bb4aa4a44aa4202356b24fd69798a2..4337259a040f98d9647357444ef3af4d5d0329e6 100644
99b6f7
--- a/Makefile
99b6f7
+++ b/Makefile
403b09
@@ -134,7 +134,7 @@ client-dirs:
99b6f7
 	fi
99b6f7
 
99b6f7
 lint: bootstrap-autogen
403b09
-	$(MAKE) -C install/po validate-src-strings || $(LINT_IGNORE_FAIL)
99b6f7
+	@echo "lint target skipped in RHEL-7.0 due to missing dependencies"
99b6f7
 
99b6f7
 
99b6f7
 test:
99b6f7
-- 
403b09
2.5.5
99b6f7