xref: /OK3568_Linux_fs/buildroot/package/cups/0001-Remove-man-from-BUILDDIRS-in-configure.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1From 6bc1d15250841cf17d307cfb4f35c960c23d8797 Mon Sep 17 00:00:00 2001
2From: Bernd Kuhls <bernd.kuhls@t-online.de>
3Date: Sun, 29 May 2016 19:31:50 +0200
4Subject: [PATCH] Remove man from BUILDDIRS in configure
5
6Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
7[Fabrice: updated for 2.3.0]
8Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
9[Michael: updated for 2.3.3]
10Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
11---
12 config-scripts/cups-common.m4 | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/config-scripts/cups-common.m4 b/config-scripts/cups-common.m4
16index a460a73..d427acb 100644
17--- a/config-scripts/cups-common.m4
18+++ b/config-scripts/cups-common.m4
19@@ -434,7 +434,7 @@ LIBHEADERSPRIV="\$(COREHEADERSPRIV) \$(DRIVERHEADERSPRIV)"
20
21 case "$COMPONENTS" in
22 	all)
23-		BUILDDIRS="tools filter backend berkeley cgi-bin monitor notifier ppdc scheduler systemv conf data desktop locale man doc examples templates"
24+		BUILDDIRS="tools filter backend berkeley cgi-bin monitor notifier ppdc scheduler systemv conf data desktop locale doc examples templates"
25 		;;
26
27 	core)
28--
292.17.1
30
31