From: Vincent Bernat Date: Sun, 13 Dec 2015 08:49:53 +0000 (+0100) Subject: travis: enable PIE X-Git-Tag: 0.8.0~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b037b93d3a6b0a5d545d4e9a47799e231e5875da;p=thirdparty%2Flldpd.git travis: enable PIE --- diff --git a/.travis/run.sh b/.travis/run.sh index 3cc6bcd2..1d57cff8 100755 --- a/.travis/run.sh +++ b/.travis/run.sh @@ -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