Searched hist:ab919c06144cfb11c05b5b5cd291daa96ac2e423 (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/kconfig/ |
H A D | Makefile | diff ab919c06144cfb11c05b5b5cd291daa96ac2e423 Sun Nov 06 11:05:21 CET 2005 Sam Ravnborg <sam@mars.ravnborg.org> kconfig: fix xconfig on fedora 2 & 3 (x86_64)
From: Than Ngo <than@redhat.com> qt as installed on fedora core (2 and 3) does not work with vanilla kernel. The linker fails to locate the qt lib:
Actual Results: # make xconfig HOSTLD scripts/kconfig/qconf /usr/bin/ld: cannot find -lqt collect2: ld returned 1 exit status
Than Ngo has provided following fix for the bug.
Cc: Than Ngo <than@redhat.com> Acked-by: Dave Jones <davej@redhat.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
|