From b037b93d3a6b0a5d545d4e9a47799e231e5875da Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 13 Dec 2015 09:49:53 +0100 Subject: [PATCH] travis: enable PIE --- .travis/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5