From da957637a5d08bb5b9f96120082a7e91b7d29332 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 1 Apr 2016 09:29:56 +0200 Subject: [PATCH] travis: check we can build static lldpcli --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 40289e88..e9b49f96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ env: matrix: - LLDPD_CONFIG_ARGS="" - LLDPD_CONFIG_ARGS="--with-embedded-libevent" + - LLDPD_CONFIG_ARGS="--disable-shared --enable-static" - LLDPD_CONFIG_ARGS="--disable-privsep --with-snmp" - LLDPD_CONFIG_ARGS="--with-snmp --with-xml --with-json --disable-lldpmed --disable-dot1 --disable-dot3 --disable-custom" - LLDPD_CONFIG_ARGS="--enable-oldies" -- 2.39.5