From: Richard Levitte Date: Mon, 22 Feb 2016 09:01:42 +0000 (+0100) Subject: Add a "no-pic" build for Travis X-Git-Tag: OpenSSL_1_1_0-pre4~563 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d5bdf6812439b607d08924ef875cadcf0d6e9698;p=oweals%2Fopenssl.git Add a "no-pic" build for Travis Reviewed-by: Rich Salz --- diff --git a/.travis.yml b/.travis.yml index 001180e811..49cf7823d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ compiler: env: - CONFIG_OPTS="" - CONFIG_OPTS="shared" + - CONFIG_OPTS="no-pic" - CONFIG_OPTS="no-asm" - CONFIG_OPTS="--debug --strict-warnings enable-crypto-mdebug enable-rc5 enable-md2" - CONFIG_OPTS="--unified"