Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] infra: BR2_PREFER_STATIC_LIB now selects static building of packages
@ 2014-10-12 16:34 Alexey Brodkin
  2014-10-12 16:34 ` [Buildroot] [PATCH 1/2] Config.in: update description of BR2_PREFER_STATIC_LIB Alexey Brodkin
  2014-10-12 16:34 ` [Buildroot] [PATCH 2/2] uclibc: explicitly set HAVE_SHARED depending on BR2_PREFER_STATIC_LIB Alexey Brodkin
  0 siblings, 2 replies; 7+ messages in thread
From: Alexey Brodkin @ 2014-10-12 16:34 UTC (permalink / raw)
  To: buildroot

This patch series corrects description of BR2_PREFER_STATIC_LIB so it matches
currenlty implemented ("do not build dynamic libs and build statically linked
applications") and also takes care of uClibc so it doesn't have built-in support
of shared libraries as well as no shared versions of libc libs are built.

Alexey Brodkin (2):
  Config.in: update description of BR2_PREFER_STATIC_LIB
  uclibc: explicitly set HAVE_SHARED depending on BR2_PREFER_STATIC_LIB

 Config.in                             | 15 +++++++++------
 package/uclibc/uClibc-0.9.31.config   |  1 -
 package/uclibc/uClibc-0.9.33.config   |  1 -
 package/uclibc/uClibc-snapshot.config |  1 -
 package/uclibc/uclibc.mk              | 11 +++++++++++
 5 files changed, 20 insertions(+), 9 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2014-10-12 22:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-12 16:34 [Buildroot] [PATCH 0/2] infra: BR2_PREFER_STATIC_LIB now selects static building of packages Alexey Brodkin
2014-10-12 16:34 ` [Buildroot] [PATCH 1/2] Config.in: update description of BR2_PREFER_STATIC_LIB Alexey Brodkin
2014-10-12 16:51   ` Thomas Petazzoni
2014-10-12 17:22     ` Yann E. MORIN
2014-10-12 22:17   ` Peter Korsgaard
2014-10-12 16:34 ` [Buildroot] [PATCH 2/2] uclibc: explicitly set HAVE_SHARED depending on BR2_PREFER_STATIC_LIB Alexey Brodkin
2014-10-12 16:52   ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox