Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH-for-master 0/2] misc fixes for 2019.02
@ 2019-02-25 21:11 Thomas De Schampheleire
  2019-02-25 21:11 ` [Buildroot] [PATCH-for-master 1/2] package/meson: don't install cross-compilation.conf during target-finalize Thomas De Schampheleire
  2019-02-25 21:11 ` [Buildroot] [PATCH-for-master 2/2] package/iproute2: backport patch to fix compilation under glibc < 2.18 Thomas De Schampheleire
  0 siblings, 2 replies; 13+ messages in thread
From: Thomas De Schampheleire @ 2019-02-25 21:11 UTC (permalink / raw)
  To: buildroot

From: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>

Hello,

These are two unrelated fixes for 2019.02.

Neither of them is really critical:
- the meson change is not a real problem for most people. It is a problem for me
  because of a custom change we have where HOST_DIR is made read-only after the
  first full build, so that subsequent makes can only touch TARGET_DIR.

- the iproute2 fix is only relevant if you have an old toolchain with glibc
  older than 2.18. I have this case with the Marvell/Cavium Octeon toolchain
  (glibc 2.16).

But, they do fix issues for me, hence the 'for-master' suffix.
You are of course free to decide otherwise.

Best regards,
Thomas

Thomas De Schampheleire (2):
  package/meson: don't install cross-compilation.conf during
    target-finalize
  package/iproute2: backport patch to fix compilation under glibc < 2.18

 ...-ss-fix-compilation-under-glibc-2.18.patch | 39 +++++++++++++++++++
 package/meson/meson.mk                        |  3 +-
 2 files changed, 41 insertions(+), 1 deletion(-)
 create mode 100644 package/iproute2/0002-ss-fix-compilation-under-glibc-2.18.patch

-- 
2.19.2

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

end of thread, other threads:[~2019-10-27 13:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-25 21:11 [Buildroot] [PATCH-for-master 0/2] misc fixes for 2019.02 Thomas De Schampheleire
2019-02-25 21:11 ` [Buildroot] [PATCH-for-master 1/2] package/meson: don't install cross-compilation.conf during target-finalize Thomas De Schampheleire
2019-02-26 18:52   ` Peter Korsgaard
2019-02-26 19:48     ` Thomas De Schampheleire
2019-02-27 17:18       ` Thomas Petazzoni
2019-02-27 19:57         ` Thomas De Schampheleire
2019-03-17 15:23   ` Thomas Petazzoni
2019-03-25  9:47     ` Thomas De Schampheleire
2019-10-27 13:34   ` Arnout Vandecappelle
2019-02-25 21:11 ` [Buildroot] [PATCH-for-master 2/2] package/iproute2: backport patch to fix compilation under glibc < 2.18 Thomas De Schampheleire
2019-02-25 21:14   ` Petr Vorel
2019-02-25 21:31   ` Thomas Petazzoni
2019-03-16 21:36   ` Peter Korsgaard

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