lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 15 Sep 2006 07:15:19 +0200
From:	Sam Ravnborg <sam@...nborg.org>
To:	Linus Torvalds <torvalds@...l.org>, Andrew Morton <akpm@...l.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PATCH] kbuild fix for 2.6.18-rc

Hi Linus.

Please apply following simple kbuild fix to 2.6.18-rc.
Can be pulled from:

	git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-2.6.18.git

The full changelog and patch is below.

	Sam

------------------------------------------------------
Subject: Add a missing space that prevents building modules that require host programs
From: Ross Biro <rossb@...gle.com>

Signed-off-by: Andrew Morton <akpm@...l.org>
Signed-off-by: Sam Ravnborg <sam@...nborg.org>
---

 scripts/Makefile.host |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN scripts/Makefile.host~add-a-missing-space-that-prevents-building-modules-that-require-host-programs scripts/Makefile.host
--- a/scripts/Makefile.host~add-a-missing-space-that-prevents-building-modules-that-require-host-programs
+++ a/scripts/Makefile.host
@@ -30,7 +30,7 @@
 # libkconfig.so as the executable conf.
 # Note: Shared libraries consisting of C++ files are not supported
 
-__hostprogs := $(sort $(hostprogs-y)$(hostprogs-m))
+__hostprogs := $(sort $(hostprogs-y) $(hostprogs-m))
 
 # hostprogs-y := tools/build may have been specified. Retreive directory
 host-objdirs := $(foreach f,$(__hostprogs), $(if $(dir $(f)),$(dir $(f))))
_

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ