qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/3] buildsys: Move crypto libraries to per object variables
@ 2017-09-06  7:44 Fam Zheng
  2017-09-06  7:44 ` [Qemu-devel] [PATCH v3 1/3] buildsys: Move nettle cflags/libs to per object Fam Zheng
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Fam Zheng @ 2017-09-06  7:44 UTC (permalink / raw)
  To: qemu-devel

v3: Remove one more line that was missed in v2.

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              | 15 ++++++---------
 crypto/Makefile.objs   | 20 ++++++++++++++++++++
 tests/Makefile.include | 10 +++++-----
 3 files changed, 31 insertions(+), 14 deletions(-)

-- 
2.13.5

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-09-06  9:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-06  7:44 [Qemu-devel] [PATCH v3 0/3] buildsys: Move crypto libraries to per object variables Fam Zheng
2017-09-06  7:44 ` [Qemu-devel] [PATCH v3 1/3] buildsys: Move nettle cflags/libs to per object Fam Zheng
2017-09-06  8:55   ` Daniel P. Berrange
2017-09-06  9:30     ` Fam Zheng
2017-09-06  7:44 ` [Qemu-devel] [PATCH v3 2/3] buildsys: Move gnutls " Fam Zheng
2017-09-06  8:56   ` Daniel P. Berrange
2017-09-06  7:44 ` [Qemu-devel] [PATCH v3 3/3] buildsys: Move gcrypt " Fam Zheng
2017-09-06  8:56   ` Daniel P. Berrange
2017-09-06  9:25     ` Fam Zheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).