Author: justin
Date: 2005-11-12 20:58:59 -0700 (Sat, 12 Nov 2005)
New Revision: 1068

Added:
   trunk/packages/unionfs/unionfs-1.0.13-amd64.patch
   trunk/packages/unionfs/unionfs-1.0.14-fix_builtin-1.patch
   trunk/packages/unionfs/unionfs-1.0.14-fixes-1.patch
Modified:
   trunk/packages/unionfs/Makefile
Log:
Reverted 1056 in trunk.

Modified: trunk/packages/unionfs/Makefile
===================================================================
--- trunk/packages/unionfs/Makefile     2005-11-13 03:53:16 UTC (rev 1067)
+++ trunk/packages/unionfs/Makefile     2005-11-13 03:58:59 UTC (rev 1068)
@@ -1,13 +1,18 @@
 # Unionfs Makefile
 
 NM= unionfs
-VRS= 1.1.1
+VRS= 1.0.14
 DIR= $(NM)-$(VRS)
 
 FILE= $(DIR).tar.gz
 URL-$(FILE)= ftp://ftp.fsl.cs.sunysb.edu/pub/$(NM)/$(FILE)
-SHA-$(FILE)= ca384dafb3a01dbce6ebbb9ebe9cf2049baff994
+SHA-$(FILE)= 70b87ec8ae1b5b51b2d7a7b9ef4da80565ee124e
 
+PATCH1= $(DIR)-fix_builtin-1.patch
+PATCH2= $(DIR)-fixes-1.patch
+
+PATCH40= unionfs-1.0.13-amd64.patch
+
 # Targets
 
 include $(ROOT)/scripts/functions
@@ -20,15 +25,21 @@
        $(std_build) 
 
 compile-stage2:
+       patch -Np1 -i ../$(PATCH2)
+ifeq ($(LFS-ARCH),x86_64)
+       patch -Np1 -i ../$(PATCH40)
+endif
        make KVERS=$(KVERS) PREFIX=/usr EXTRACFLAGS=-DNODEBUG
        make KVERS=$(KVERS) PREFIX=/usr EXTRACFLAGS=-DNODEBUG install
        strip --strip-debug /lib/modules/$(KVERS)/kernel/fs/unionfs.ko
 
-patch-kernel: $(FILE)
+patch-kernel: $(FILE) $(PATCH1)
        $(std_build)
        -rm -f $@
 
 compile-patch-kernel:
+       patch -Np1 -i ../$(PATCH1)
+       patch -Np1 -i ../$(PATCH2)
        ./patch-kernel.sh $(ROOT)/$(PKG)/linux/linux-$(KVERS)/
 
 clean:

Copied: trunk/packages/unionfs/unionfs-1.0.13-amd64.patch (from rev 1055, 
trunk/packages/unionfs/unionfs-1.0.13-amd64.patch)

Copied: trunk/packages/unionfs/unionfs-1.0.14-fix_builtin-1.patch (from rev 
1055, trunk/packages/unionfs/unionfs-1.0.14-fix_builtin-1.patch)

Copied: trunk/packages/unionfs/unionfs-1.0.14-fixes-1.patch (from rev 1055, 
trunk/packages/unionfs/unionfs-1.0.14-fixes-1.patch)

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

Reply via email to