kconfig: fix xconfig on fedora 2 & 3 (x86_64)
authorSam Ravnborg <sam@mars.ravnborg.org>
Sun, 6 Nov 2005 10:05:21 +0000 (11:05 +0100)
committerSam Ravnborg <sam@mars.ravnborg.org>
Sun, 6 Nov 2005 10:05:21 +0000 (11:05 +0100)
commitab919c06144cfb11c05b5b5cd291daa96ac2e423
tree8747dc3122c0c2ebefaf004a2d71e2cb7bd97615
parent2dd34b488a99135ad2a529e33087ddd6a09e992a
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>
scripts/kconfig/Makefile