From 6c482963f9ea3546946081ca8c67c775c2ff529d Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Wed, 17 Jul 2019 06:51:06 +0000 Subject: main/mosquitto: don't build the dockbook It needs xsltproc but fails to build xsltproc mosquitto.conf.5.xml warning: failed to load external entity /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl compilation error: file manpage.xsl line 3 element import xsl:import : unable to load /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl compilation error: file mosquitto.conf.5.xml line 4 element refentry xsltParseStylesheetProcess : document is not a stylesheet make[1]: *** [Makefile:51: mosquitto.conf.5] Error 5 --- main/mosquitto/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/mosquitto/APKBUILD b/main/mosquitto/APKBUILD index 959ec7b5749..643420a97e3 100644 --- a/main/mosquitto/APKBUILD +++ b/main/mosquitto/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=mosquitto pkgver=1.4.15 -pkgrel=1 +pkgrel=2 pkgdesc="An Open Source MQTT v3.1 Broker" url="http://mosquitto.org/" arch="all" @@ -50,7 +50,7 @@ prepare() { build() { cd "$builddir" # PSK not supported by libressl - make \ + make mosquitto \ WITH_MEMORY_TRACKING=no \ WITH_WEBSOCKETS=yes \ WITH_SRV=yes \ -- cgit v1.2.3