From: Vincent Bernat Date: Fri, 16 May 2014 00:03:46 +0000 (+0200) Subject: travis: don't try to install launchd/systemd stuff X-Git-Tag: 0.7.9~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0db5b7bbffa689670eb327303b4907748b82fb82;p=thirdparty%2Flldpd.git travis: don't try to install launchd/systemd stuff This won't work as they are not installed inside prefix. --- diff --git a/.travis/run.sh b/.travis/run.sh index 67ff5796..a73856c5 100755 --- a/.travis/run.sh +++ b/.travis/run.sh @@ -4,4 +4,4 @@ set -e ./autogen.sh ./configure $LLDPD_CONFIG_ARGS -make distcheck DISTCHECK_CONFIGURE_FLAGS="$LLDPD_CONFIG_ARGS" +make distcheck DISTCHECK_CONFIGURE_FLAGS="$LLDPD_CONFIG_ARGS --with-systemdsystemunitdir=no --with-launchddaemonsdir=no"