projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9de9414
)
Add a "no-pic" build for Travis
author
Richard Levitte
<levitte@openssl.org>
Mon, 22 Feb 2016 09:01:42 +0000
(10:01 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 22 Feb 2016 13:38:31 +0000
(14:38 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 001180e811c81b459ff97dbb75acb22dd479e868..49cf7823d97150e7f7aa3ea5fe0bcbf182653b9d 100644
(file)
--- 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"