mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mosquitto: update to 1.5.7.
This commit is contained in:
parent
9c0ae75815
commit
d157c0cdcf
1 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mosquitto'
|
# Template file for 'mosquitto'
|
||||||
pkgname=mosquitto
|
pkgname=mosquitto
|
||||||
version=1.5.6
|
version=1.5.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="WITH_TLS_PSK=no WITH_WEBSOCKETS=yes" # PSK not supported by libressl
|
make_build_args="WITH_TLS_PSK=no WITH_WEBSOCKETS=yes" # PSK not supported by libressl
|
||||||
|
@ -14,14 +14,16 @@ maintainer="Lukas Braun <koomi@hackerspace-bamberg.de>"
|
||||||
license="EPL-1.0, BSD-3-Clause-Attribution"
|
license="EPL-1.0, BSD-3-Clause-Attribution"
|
||||||
homepage="http://mosquitto.org"
|
homepage="http://mosquitto.org"
|
||||||
distfiles="${homepage}/files/source/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/files/source/${pkgname}-${version}.tar.gz"
|
||||||
checksum=d5bdc13cc668350026376d57fc14de10aaee029f6840707677637d15e0751a40
|
checksum=d4024c3388502d50be4192991e90d66dfb344376104df3f63846c9f201779955
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
post_extract() {
|
||||||
*-musl)
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
post_extract() {
|
*-musl)
|
||||||
sed -i 's/-lanl//' config.mk
|
post_extract() {
|
||||||
}
|
vsed -e 's/-lanl//' -i config.mk
|
||||||
esac
|
}
|
||||||
|
esac
|
||||||
|
}
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
sed -i 's,sbin,bin,g' */Makefile
|
sed -i 's,sbin,bin,g' */Makefile
|
||||||
|
|
Loading…
Add table
Reference in a new issue