Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch bash-reconf-fix
@ 2009-12-25 12:47 Nigel Kukard
  2009-12-25 12:47 ` [Buildroot] [PATCH 1/1] Fix reconfiguration of bash during build Nigel Kukard
  0 siblings, 1 reply; 2+ messages in thread
From: Nigel Kukard @ 2009-12-25 12:47 UTC (permalink / raw)
  To: buildroot

The following changes since commit 9400c73582326c543fae82120af3904836145655:
  Gustavo Zacarias (1):
        Bump mtd-utils to 1.2.0

are available in the git repository at:

  git://git.busybox.net/~nkukard/git/buildroot bash-reconf-fix

Nigel Kukard (1):
      Fix reconfiguration of bash during build

 .../bash/bash32-no-reconfig-for-distribution.patch |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 package/bash/bash32-no-reconfig-for-distribution.patch

Thanks,
-- 
Nigel Kukard

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

* [Buildroot] [PATCH 1/1] Fix reconfiguration of bash during build
  2009-12-25 12:47 [Buildroot] [pull request] Pull request for branch bash-reconf-fix Nigel Kukard
@ 2009-12-25 12:47 ` Nigel Kukard
  0 siblings, 0 replies; 2+ messages in thread
From: Nigel Kukard @ 2009-12-25 12:47 UTC (permalink / raw)
  To: buildroot

Reconfiguration should be disabled during build.

Problem: http://lists.busybox.net/pipermail/buildroot/2009-September/029039.html

This occurs during cross-compile when job control cannot be tested as it
requires building of an executable during configure even though the config
env is forced.

Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
---
 .../bash/bash32-no-reconfig-for-distribution.patch |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 package/bash/bash32-no-reconfig-for-distribution.patch

diff --git a/package/bash/bash32-no-reconfig-for-distribution.patch b/package/bash/bash32-no-reconfig-for-distribution.patch
new file mode 100644
index 0000000..632606b
--- /dev/null
+++ b/package/bash/bash32-no-reconfig-for-distribution.patch
@@ -0,0 +1,14 @@
+diff -ru bash-3.2_vanilla/Makefile.in bash-3.2_no-reconfig-for-distribution/Makefile.in
+--- bash-3.2_vanilla/Makefile.in	2006-08-17 18:03:35.000000000 +0000
++++ bash-3.2_no-reconfig-for-distribution/Makefile.in	2009-12-25 10:55:53.000000000 +0000
+@@ -686,8 +686,8 @@
+ 	$(SHELL) ./config.status --recheck
+ 
+ # comment out for distribution
+-$(srcdir)/configure:	$(srcdir)/configure.in $(srcdir)/aclocal.m4 $(srcdir)/config.h.in
+-	cd $(srcdir) && autoconf
++#$(srcdir)/configure:	$(srcdir)/configure.in $(srcdir)/aclocal.m4 $(srcdir)/config.h.in
++#	cd $(srcdir) && autoconf
+ 
+ # for chet
+ reconfig: force
-- 
1.6.4

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

end of thread, other threads:[~2009-12-25 12:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-25 12:47 [Buildroot] [pull request] Pull request for branch bash-reconf-fix Nigel Kukard
2009-12-25 12:47 ` [Buildroot] [PATCH 1/1] Fix reconfiguration of bash during build Nigel Kukard

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