xref: /OK3568_Linux_fs/buildroot/package/dahdi-tools/0002-no-perl-manpages.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1xpp: do not try to install the manpages for the perl tools
2
3The man pages are generated neither at build time nor at install time,
4so the install step fails.
5
6Just disable them.
7
8Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
9
10diff -durN dahdi-tools-2.11.0.orig/xpp/Makefile.am dahdi-tools-2.11.0/xpp/Makefile.am
11--- dahdi-tools-2.11.0.orig/xpp/Makefile.am	2015-12-22 21:19:12.000000000 +0100
12+++ dahdi-tools-2.11.0/xpp/Makefile.am	2016-01-04 23:56:31.851820973 +0100
13@@ -3,7 +3,6 @@
14
15 SUBDIRS		=
16
17-man_MANS	=
18
19
20 # FIXME: try to improve code, so we can use $(PEDANTIC)
21@@ -59,7 +58,6 @@
22 udevrules_DATA	= xpp.rules
23
24 dist_sbin_SCRIPTS	= $(perl_scripts)
25-man_MANS		+= $(perl_mans)
26 CLEANFILES		= $(perl_checks) $(perl_mans)
27
28 if	PBX_USB
29@@ -147,8 +145,6 @@
30 		astribank_allow.8 \
31 		astribank_is_starting.8
32
33-man_MANS	+= $(man_pages)
34-
35 endif
36
37 EXTRA_DIST	= \
38