Author: alexander
Date: 2007-08-29 09:12:35 -0600 (Wed, 29 Aug 2007)
New Revision: 2046
Modified:
trunk/packages/vbetool/Makefile
trunk/packages/xorg-server/Makefile
Log:
Always use x86emu in xorg and vbetool.
The vm86 backend doesn't work with 64-bit kernels at all.
Thanks to Satit for the report.
Modified: trunk/packages/vbetool/Makefile
===================================================================
--- trunk/packages/vbetool/Makefile 2007-08-29 14:18:03 UTC (rev 2045)
+++ trunk/packages/vbetool/Makefile 2007-08-29 15:12:35 UTC (rev 2046)
@@ -21,12 +21,7 @@
$(std_build)
compile-stage2:
-ifeq ($(CD_ARCH),x86)
- ./configure --prefix=/usr
-endif
-ifeq ($(CD_ARCH),x86_64)
./configure --prefix=/usr --with-x86emu
-endif
make
make install
Modified: trunk/packages/xorg-server/Makefile
===================================================================
--- trunk/packages/xorg-server/Makefile 2007-08-29 14:18:03 UTC (rev 2045)
+++ trunk/packages/xorg-server/Makefile 2007-08-29 15:12:35 UTC (rev 2046)
@@ -36,7 +36,8 @@
patch -Np1 -i ../$(PATCH1)
./configure --prefix=/usr --datadir=/usr/share --sysconfdir=/etc
--localstatedir=/var \
--with-mesa-source=`pwd`/$(DIR1) --with-default-font-path=built-ins
\
- --with-xkb-path=/usr/share/X11/xkb --with-xkb-output=/var/lib/xkb
+ --with-xkb-path=/usr/share/X11/xkb --with-xkb-output=/var/lib/xkb \
+ --with-int10=x86emu
make
make install
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page