[Qemu-devel] [PATCH v2 0/3] buildsys: Move crypto libraries to per object variables

Fam Zheng posted 3 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170906012715.31761-1-famz@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
configure              | 14 ++++++--------
crypto/Makefile.objs   | 20 ++++++++++++++++++++
tests/Makefile.include | 10 +++++-----
3 files changed, 31 insertions(+), 13 deletions(-)
[Qemu-devel] [PATCH v2 0/3] buildsys: Move crypto libraries to per object variables
Posted by Fam Zheng 6 years, 7 months ago
v2: Add gcrypt as well. [Daniel]

Not all targets need the flags and libs of gcrypt/nettle/gnutls, so move them
out from global variables, as done with other libraries.

There are still other libraries in ./configure that can be converted this way,
which will be sent separatedly.

Fam Zheng (3):
  buildsys: Move nettle cflags/libs to per object
  buildsys: Move gnutls cflags/libs to per object
  buildsys: Move gcrypt cflags/libs to per object

 configure              | 14 ++++++--------
 crypto/Makefile.objs   | 20 ++++++++++++++++++++
 tests/Makefile.include | 10 +++++-----
 3 files changed, 31 insertions(+), 13 deletions(-)

-- 
2.13.5