Author: alexander
Date: 2007-08-05 06:49:48 -0600 (Sun, 05 Aug 2007)
New Revision: 2012

Modified:
   trunk/packages/libaal/Makefile
   trunk/packages/linux64/fakes-for-fglrx/makepkg
   trunk/packages/syslinux/Makefile
Log:
64-bit fixes. Now the 64-bit CD is buildable from old 64-bit CD,
but still not from Debian Lenny.


Modified: trunk/packages/libaal/Makefile
===================================================================
--- trunk/packages/libaal/Makefile      2007-08-05 09:34:45 UTC (rev 2011)
+++ trunk/packages/libaal/Makefile      2007-08-05 12:49:48 UTC (rev 2012)
@@ -20,7 +20,7 @@
        $(std_build)
 
 compile-stage2:
-       ./configure --prefix=/usr
+       ./configure --prefix=/usr --enable-static
        make
        make install
 

Modified: trunk/packages/linux64/fakes-for-fglrx/makepkg
===================================================================
--- trunk/packages/linux64/fakes-for-fglrx/makepkg      2007-08-05 09:34:45 UTC 
(rev 2011)
+++ trunk/packages/linux64/fakes-for-fglrx/makepkg      2007-08-05 12:49:48 UTC 
(rev 2012)
@@ -1,3 +1,7 @@
 #!/bin/sh
 rm -rf install
+if [ -d usr/lib64 ] ; then
+       rm -rf usr/lib
+       mv usr/lib64 usr/lib
+fi
 tar --exclude $5 -zcvf $5 .

Modified: trunk/packages/syslinux/Makefile
===================================================================
--- trunk/packages/syslinux/Makefile    2007-08-05 09:34:45 UTC (rev 2011)
+++ trunk/packages/syslinux/Makefile    2007-08-05 12:49:48 UTC (rev 2012)
@@ -20,6 +20,7 @@
        $(std_build)
 
 compile-stage2:
+       mkdir -p /boot/isolinux
        cp -v isolinux.bin /boot/isolinux
        cp -v $(ROOT)/isolinux/{isolinux.cfg,*.msg,splash.lss} /boot/isolinux
 

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to