From 68532da626f2c18ccfe588d599e3bbe312942d98 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 17 Aug 2004 20:26:46 +0000 Subject: [PATCH] - for some reason, conf can't find libkconfig.so in a chroot jail. Help it along. --- scripts/kconfig/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 99aceccf7..bb913829a 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -2,6 +2,8 @@ # Kernel configuration targets # These targets are used from top-level makefile +export LD_LIBRARY_PATH = scripts/kconfig + .PHONY: oldconfig xconfig gconfig menuconfig config silentoldconfig xconfig: $(obj)/qconf -- 2.47.0