]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
priv: add compilation without privilege separation to Travis
authorVincent Bernat <bernat@luffy.cx>
Fri, 13 Dec 2013 22:26:33 +0000 (23:26 +0100)
committerVincent Bernat <bernat@luffy.cx>
Tue, 31 Dec 2013 14:18:32 +0000 (15:18 +0100)
.travis.yml

index b5238bce14f6e0a784b2797db75f514430d15d78..b3b9dd7b88ff2a1dac25c13ecea61885113f24ae 100644 (file)
@@ -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"