From: Vincent Bernat Date: Fri, 13 Dec 2013 22:26:33 +0000 (+0100) Subject: priv: add compilation without privilege separation to Travis X-Git-Tag: 0.7.8~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=16bbd290d5d72a04b98d056ab4cc73d6eb3c5efa;p=thirdparty%2Flldpd.git priv: add compilation without privilege separation to Travis --- 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"