summaryrefslogtreecommitdiffstats
path: root/network/lldpd/lldpd.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/lldpd/lldpd.SlackBuild')
-rw-r--r--network/lldpd/lldpd.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/network/lldpd/lldpd.SlackBuild b/network/lldpd/lldpd.SlackBuild
index 8f7082b9fe..710d0dadb5 100644
--- a/network/lldpd/lldpd.SlackBuild
+++ b/network/lldpd/lldpd.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for lldpd
-# Copyright 2017 Thibaut Notteboom, Paris, FRANCE
+# Copyright 2017-2018 Thibaut Notteboom, Paris, FRANCE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=lldpd
-VERSION=${VERSION:-0.9.6}
+VERSION=${VERSION:-1.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -87,6 +87,7 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--with-snmp \
+ --enable-json0 \
--with-privsep-user=_lldpd \
--with-privsep-group=_lldpd \
--with-privsep-chroot=/run/lldpd/chroot \