diff options
author | gdt <gdt@pkgsrc.org> | 2021-06-15 22:29:46 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2021-06-15 22:29:46 +0000 |
commit | ba259ec74984fdefa30b1496f4dc06c93ca6b9f6 (patch) | |
tree | 76fa8a1851cdaee71bb45946b25effd58e159f82 /net/mosquitto | |
parent | 303e10f2fb873e0c8694dcd1235c2a54863165b2 (diff) | |
download | pkgsrc-ba259ec74984fdefa30b1496f4dc06c93ca6b9f6.tar.gz |
net/mosquitto: Disable plugins
These were not installed anyway, and one fails to build on macOS.
(No PKGREVISION due to no change in binary package.)
Diffstat (limited to 'net/mosquitto')
-rw-r--r-- | net/mosquitto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index 27d2c16f19b..6df9189d457 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2021/06/11 23:13:41 gdt Exp $ +# $NetBSD: Makefile,v 1.25 2021/06/15 22:29:46 gdt Exp $ DISTNAME= mosquitto-2.0.11 CATEGORIES= net @@ -20,6 +20,7 @@ USE_TOOLS+= gmake LDFLAGS.SunOS+= -lsocket -lnsl CMAKE_ARGS+= -DCMAKE_INSTALL_SYSCONFDIR=${PREFIX}/share/examples +CMAKE_ARGS+= -DWITH_PLUGINS=NO MOSQUITTO_USER= mosquitto MOSQUITTO_GROUP= mosquitto |