From 16bbd290d5d72a04b98d056ab4cc73d6eb3c5efa Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 13 Dec 2013 23:26:33 +0100 Subject: [PATCH] priv: add compilation without privilege separation to Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b5238bce..b3b9dd7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,5 @@ script: "./autogen.sh && ./configure $LLDPD_CONFIG_ARGS && make && make check && env: - LLDPD_CONFIG_ARGS="" - LLDPD_CONFIG_ARGS="--with-embedded-libevent" + - LLDPD_CONFIG_ARGS="--disable-privsep --with-snmp" - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json --disable-lldpmed --disable-dot1 --disable-dot3" -- 2.39.5