summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/rabbitmq/files/remove-docs.patch
blob: 7b3d7b7bacee4321d21ad8b1a0d2e6bf572797bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Upstream-Status: Inappropriate [other]

The package searches the web for xsl documents and this causes the build to fail.

Index: rabbitmq-server-3.0.4/Makefile
===================================================================
--- rabbitmq-server-3.0.4.orig/Makefile
+++ rabbitmq-server-3.0.4/Makefile
@@ -320,7 +320,7 @@ $(SOURCE_DIR)/%_usage.erl:
 
 docs_all: $(MANPAGES) $(WEB_MANPAGES)
 
-install: install_bin install_docs
+install: install_bin
 
 install_bin: all install_dirs
 	cp -r ebin include LICENSE* INSTALL $(TARGET_DIR)