Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 00/10] Misc shared only build fixes
@ 2014-12-27 21:58 Romain Naour
  2014-12-27 21:58 ` [Buildroot] [PATCH 01/10] package/lm-sensors: disable static library for shared-only build Romain Naour
                   ` (9 more replies)
  0 siblings, 10 replies; 24+ messages in thread
From: Romain Naour @ 2014-12-27 21:58 UTC (permalink / raw)
  To: buildroot

This series aims to disable static libraries and enable shared
libraries when it's possible for shared only build.

Romain Naour (10):
  package/lm-sensors: disable static library for shared-only build
  package/libnspr: disable static library for shared only build
  package/libsvgtiny: enable shared library build
  package/keyutils: disable static library for shared only build
  package/lockdev: handle static/shared only build
  package/libxmlrpc: fix shared libraries build for uClibc
  package/libxmlrpc: handle static/shared only install
  package/dvb-apps: rename patches to follow the new name convention
  package/dvb-app: handle static/shared only build
  package/dvb-app: remove tests

 package/dvb-apps/0001-Fix-generate-keynames.patch  | 30 +++++++++++++++++++
 .../dvb-apps/0002-Fix-compiler-warning-flags.patch | 25 ++++++++++++++++
 .../0003-handle-static-shared-only-build.patch     | 35 ++++++++++++++++++++++
 package/dvb-apps/0004-Makefile-remove-test.patch   | 27 +++++++++++++++++
 .../dvb-apps-0001-Fix-generate-keynames.patch      | 30 -------------------
 .../dvb-apps-0002-Fix-compiler-warning-flags.patch | 25 ----------------
 .../dvb-apps-0003-support-static-only-build.patch  | 20 -------------
 package/dvb-apps/dvb-apps.mk                       |  6 +++-
 package/keyutils/keyutils.mk                       |  4 +++
 package/libnspr/libnspr.mk                         |  6 ++++
 package/libsvgtiny/libsvgtiny.mk                   | 16 ++++++++--
 ....in-fix-shared-libraries-build-for-uClibc.patch | 27 +++++++++++++++++
 package/libxmlrpc/libxmlrpc.mk                     | 11 +++++++
 package/lm-sensors/lm-sensors.mk                   |  6 ++++
 package/lockdev/lockdev.mk                         | 35 ++++++++++++++--------
 15 files changed, 211 insertions(+), 92 deletions(-)
 create mode 100644 package/dvb-apps/0001-Fix-generate-keynames.patch
 create mode 100644 package/dvb-apps/0002-Fix-compiler-warning-flags.patch
 create mode 100644 package/dvb-apps/0003-handle-static-shared-only-build.patch
 create mode 100644 package/dvb-apps/0004-Makefile-remove-test.patch
 delete mode 100644 package/dvb-apps/dvb-apps-0001-Fix-generate-keynames.patch
 delete mode 100644 package/dvb-apps/dvb-apps-0002-Fix-compiler-warning-flags.patch
 delete mode 100644 package/dvb-apps/dvb-apps-0003-support-static-only-build.patch
 create mode 100644 package/libxmlrpc/0005-config.mk.in-fix-shared-libraries-build-for-uClibc.patch

-- 
1.9.3

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

end of thread, other threads:[~2015-01-04 14:23 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-27 21:58 [Buildroot] [PATCH 00/10] Misc shared only build fixes Romain Naour
2014-12-27 21:58 ` [Buildroot] [PATCH 01/10] package/lm-sensors: disable static library for shared-only build Romain Naour
2014-12-27 21:58 ` [Buildroot] [PATCH 02/10] package/libnspr: disable static library for shared only build Romain Naour
2015-01-01 16:48   ` Thomas Petazzoni
2014-12-27 21:58 ` [Buildroot] [PATCH 03/10] package/libsvgtiny: enable shared library build Romain Naour
2015-01-02 11:38   ` Thomas Petazzoni
2014-12-27 21:58 ` [Buildroot] [PATCH 04/10] package/keyutils: disable static library for shared only build Romain Naour
2015-01-02 11:39   ` Thomas Petazzoni
2014-12-27 21:58 ` [Buildroot] [PATCH 05/10] package/lockdev: handle static/shared " Romain Naour
2014-12-28  6:07   ` Baruch Siach
2015-01-02 11:43   ` Thomas Petazzoni
2014-12-27 21:58 ` [Buildroot] [PATCH 06/10] package/libxmlrpc: fix shared libraries build for uClibc Romain Naour
2015-01-02 11:48   ` Thomas Petazzoni
2014-12-27 21:58 ` [Buildroot] [PATCH 07/10] package/libxmlrpc: handle static/shared only install Romain Naour
2015-01-02 12:18   ` Thomas Petazzoni
2015-01-04 14:23     ` Romain Naour
2014-12-27 21:58 ` [Buildroot] [PATCH 08/10] package/dvb-apps: rename patches to follow the new name convention Romain Naour
2015-01-02 12:21   ` Thomas Petazzoni
2014-12-27 21:58 ` [Buildroot] [PATCH 09/10] package/dvb-app: handle static/shared only build Romain Naour
2015-01-02 12:25   ` Thomas Petazzoni
2015-01-04 11:56     ` Romain Naour
2014-12-27 21:58 ` [Buildroot] [PATCH 10/10] package/dvb-app: remove tests Romain Naour
2015-01-02 12:26   ` Thomas Petazzoni
2015-01-04 11:56     ` Romain Naour

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