All versions of Linux 2-6
When qt is installed in /usr, then there is no need to set and
export QTDIR; but make xconfig expects this.
This patch adds /usr to the script, and removes two header search
paths that would need QTDIR set.
diff -Naur linux-2.6.7.old/scripts/kconfig/Makefile
linux-2.6.7/scripts/kconfig/Makefile
--- linux-2.6.7.old/scripts/kconfig/Makefile 2004-04-05 18:19:04.000000000
+0100
+++ linux-2.6.7/scripts/kconfig/Makefile 2004-07-19 13:35:28.914128104
+0100
@@ -112,7 +112,7 @@
# QT needs some extra effort...
$(obj)/.tmp_qtcheck:
- @set -e; for d in $$QTDIR /usr/share/qt* /usr/lib/qt*; do \
+ @set -e; for d in $$QTDIR /usr; do \
if [ -f $$d/include/qconfig.h ]; then DIR=$$d; break; fi; \
done; \
if [ -z "$$DIR" ]; then \
Signed off Chris Lingard [EMAIL PROTECTED]
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel