1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 02:29:28 +02:00
Commit graph

3 commits

Author SHA1 Message Date
Floris Bruynooghe
951d8f584f Use features for openssl-camellia and openssl-idea
These actually switch on and off code, as opposed to the other HAVE
detction macros which only switch off header includes (and maybe
things would break if they're not there, but that's an existing bug
in netpgp).  So we want to be sure that they are present when we
need them.  This is what features are for.

This configures these features in delta-core as well.
2018-09-26 12:34:53 -05:00
Floris Bruynooghe
1621ec4791 Apparently delta-core does use camellia
Also swithc to the static-pic-lib scheme.  The build_target() call
still does not work transparently for --default_library=both in case
of not a subproject, so there's not much to gain from it.  Basically
meson does not support building monolith libraries very easily (no
one does afaik).
2018-09-25 17:41:16 -05:00
Floris Bruynooghe
04dffc5a77 Update netpgp build scripts
These now do all the dection rather than hardcoding things.  It
also removes the dependency of bzip2 for the delta-core build,
bzip2 is now a feature and delta-core disables it.
2018-09-25 16:43:10 -05:00