]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: don't try to install launchd/systemd stuff
authorVincent Bernat <vincent@bernat.im>
Fri, 16 May 2014 00:03:46 +0000 (02:03 +0200)
committerVincent Bernat <vincent@bernat.im>
Fri, 16 May 2014 00:03:46 +0000 (02:03 +0200)
This won't work as they are not installed inside prefix.

.travis/run.sh

index 67ff57966772b3c127f8c9b6f0adb13e02f9ffc8..a73856c5085bab8dc3bb21bdc5a92ad7a4766f9d 100755 (executable)
@@ -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"