diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-07-26 21:22:59 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-07-26 22:22:59 -0400 |
commit | 1750971987b57238b49c2ad15a7126936551a37b (patch) | |
tree | 9e7485692be2cee94850cd384f568e5260ba2843 /.travis | |
parent | dce57f68d24aaf1d58892c5053441ca1d1ce641f (diff) | |
download | cryptography-1750971987b57238b49c2ad15a7126936551a37b.tar.gz cryptography-1750971987b57238b49c2ad15a7126936551a37b.tar.bz2 cryptography-1750971987b57238b49c2ad15a7126936551a37b.zip |
don't re-export the openssl symbols from our shared object (#3825)
When linking the static lib we want the symbols to not be exported. To
convince gcc to do this you must pass -Wl,--exclude-libs,ALL in CFLAGS
More info at https://stackoverflow.com/questions/2222162
Diffstat (limited to '.travis')
0 files changed, 0 insertions, 0 deletions