Author: alexander
Date: 2006-03-24 09:50:24 -0700 (Fri, 24 Mar 2006)
New Revision: 1453

Modified:
   branches/udev_update/packages/linux/Makefile
Log:
Exported a symbol needed by reiser4

Modified: branches/udev_update/packages/linux/Makefile
===================================================================
--- branches/udev_update/packages/linux/Makefile        2006-03-24 14:51:56 UTC 
(rev 1452)
+++ branches/udev_update/packages/linux/Makefile        2006-03-24 16:50:24 UTC 
(rev 1453)
@@ -52,6 +52,7 @@
 ifndef LIBATA_SUFFIX
 #      zcat ../$(PATCH1) | patch -Np1
        for a in `cat ../reiser4/reiser4-patches` ; do patch -Np1 -i 
../reiser4/$$a ; done
+       echo 'EXPORT_SYMBOL(page_cache_readahead);' >>mm/readahead.c
        patch -Np1 -i ../$(PATCH3)
        zcat ../$(PATCH4) | patch -Np1
        patch -Np1 -l -i ../$(PATCH50)

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

Reply via email to