]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
travis: enable PIE
authorVincent Bernat <vincent@bernat.im>
Sun, 13 Dec 2015 08:49:53 +0000 (09:49 +0100)
committerVincent Bernat <vincent@bernat.im>
Sun, 13 Dec 2015 08:49:53 +0000 (09:49 +0100)
.travis/run.sh

index 3cc6bcd2712c4a90aca88da65b5c79bf3e0ef5bd..1d57cff81dee01efefd1acf3bc8bc5ac7c29e605 100755 (executable)
@@ -15,7 +15,7 @@ case "${RUN_COVERITY}","${TRAVIS_BRANCH}" in
 esac
 
 ./autogen.sh
-./configure $LLDPD_CONFIG_ARGS CFLAGS="-O0 -g"
+./configure $LLDPD_CONFIG_ARGS --enable-pie CFLAGS="-O0 -g"
 
 if [ x"${RUN_COVERITY}" = x"1" ]; then
     # Coverity build