All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/jemalloc: add jemalloc-config to _CONFIG_SCRIPTS handling
@ 2020-11-29  7:57 Peter Korsgaard
  2020-11-29 21:20 ` Peter Korsgaard
  2020-12-11 21:28 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-11-29  7:57 UTC (permalink / raw)
  To: buildroot

Fixes (part of) http://autobuild.buildroot.net/results/23fe4365ca65f37eace8265a70fbfb9723b8ee9d/

jemalloc installs a jemalloc-config script, leaking build paths and breaking
reproducible builds (and per-package builds).

Add it to _CONFIG_SCRIPTS so the paths get fixed up for staging and the
script removed from target.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/jemalloc/jemalloc.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/jemalloc/jemalloc.mk b/package/jemalloc/jemalloc.mk
index aedc1f04bf..e43a4f7906 100644
--- a/package/jemalloc/jemalloc.mk
+++ b/package/jemalloc/jemalloc.mk
@@ -10,6 +10,7 @@ JEMALLOC_SITE = https://github.com/jemalloc/jemalloc/releases/download/$(JEMALLO
 JEMALLOC_LICENSE = BSD-2-Clause
 JEMALLOC_LICENSE_FILES = COPYING
 JEMALLOC_INSTALL_STAGING = YES
+JEMALLOC_CONFIG_SCRIPTS = jemalloc-config
 
 # gcc bug internal compiler error: in merge_overlapping_regs, at
 # regrename.c:304. This bug is fixed since gcc 6.
-- 
2.20.1

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

* [Buildroot] [PATCH] package/jemalloc: add jemalloc-config to _CONFIG_SCRIPTS handling
  2020-11-29  7:57 [Buildroot] [PATCH] package/jemalloc: add jemalloc-config to _CONFIG_SCRIPTS handling Peter Korsgaard
@ 2020-11-29 21:20 ` Peter Korsgaard
  2020-12-11 21:28 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-11-29 21:20 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Fixes (part of) http://autobuild.buildroot.net/results/23fe4365ca65f37eace8265a70fbfb9723b8ee9d/
 > jemalloc installs a jemalloc-config script, leaking build paths and breaking
 > reproducible builds (and per-package builds).

 > Add it to _CONFIG_SCRIPTS so the paths get fixed up for staging and the
 > script removed from target.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/jemalloc: add jemalloc-config to _CONFIG_SCRIPTS handling
  2020-11-29  7:57 [Buildroot] [PATCH] package/jemalloc: add jemalloc-config to _CONFIG_SCRIPTS handling Peter Korsgaard
  2020-11-29 21:20 ` Peter Korsgaard
@ 2020-12-11 21:28 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-12-11 21:28 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Fixes (part of) http://autobuild.buildroot.net/results/23fe4365ca65f37eace8265a70fbfb9723b8ee9d/
 > jemalloc installs a jemalloc-config script, leaking build paths and breaking
 > reproducible builds (and per-package builds).

 > Add it to _CONFIG_SCRIPTS so the paths get fixed up for staging and the
 > script removed from target.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2020.02.x and 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-12-11 21:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-29  7:57 [Buildroot] [PATCH] package/jemalloc: add jemalloc-config to _CONFIG_SCRIPTS handling Peter Korsgaard
2020-11-29 21:20 ` Peter Korsgaard
2020-12-11 21:28 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.