From d157c0cdcfe0f8584e74e9f1b45087cf9930152f Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 14 Feb 2019 00:04:14 -0200 Subject: [PATCH] mosquitto: update to 1.5.7. --- srcpkgs/mosquitto/template | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/srcpkgs/mosquitto/template b/srcpkgs/mosquitto/template index abc52760b34..4657e22d873 100644 --- a/srcpkgs/mosquitto/template +++ b/srcpkgs/mosquitto/template @@ -1,6 +1,6 @@ # Template file for 'mosquitto' pkgname=mosquitto -version=1.5.6 +version=1.5.7 revision=1 build_style=gnu-makefile make_build_args="WITH_TLS_PSK=no WITH_WEBSOCKETS=yes" # PSK not supported by libressl @@ -14,14 +14,16 @@ maintainer="Lukas Braun " license="EPL-1.0, BSD-3-Clause-Attribution" homepage="http://mosquitto.org" distfiles="${homepage}/files/source/${pkgname}-${version}.tar.gz" -checksum=d5bdc13cc668350026376d57fc14de10aaee029f6840707677637d15e0751a40 +checksum=d4024c3388502d50be4192991e90d66dfb344376104df3f63846c9f201779955 -case "$XBPS_TARGET_MACHINE" in - *-musl) - post_extract() { - sed -i 's/-lanl//' config.mk - } -esac +post_extract() { + case "$XBPS_TARGET_MACHINE" in + *-musl) + post_extract() { + vsed -e 's/-lanl//' -i config.mk + } + esac +} pre_install() { sed -i 's,sbin,bin,g' */Makefile