Changeset 1702

Show
Ignore:
Timestamp:
08/12/06 04:23:23 (2 years ago)
Author:
alexander
Message:

Upgraded lilo to a version that supports device mapper natively.
Dropped the patch since it is fully merged now.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/6.2/packages/lilo/Makefile

    r1700 r1702  
    22 
    33NM= lilo 
    4 VRS= 22.7.1 
     4VRS= 22.7.3 
    55DIR= $(NM)-$(VRS) 
    66 
    77FILE= $(DIR).src.tar.gz 
    8 URL-$(FILE)= http://www.linuxfromscratch.org/~alexander/$(FILE) 
    9 SHA-$(FILE)= b431bb0756e1f42c38fc4645063acaea7f2ddcc7 
     8URL-$(FILE)= http://home.san.rr.com/johninsd/pub/linux/lilo/$(FILE) 
     9SHA-$(FILE)= d6de449607dfca518ca4e0d5d3be5d7d98eab0e5 
    1010 
    11 PATCH1= $(NM)-22.6.1-devmapper.patch 
    12 URL-$(PATCH1)= http://www.saout.de/misc/$(PATCH1) 
    13 SHA-$(PATCH1)= a4fca3ffb2d29c2866d2bfeb1e92fdbd048a3d36 
    1411# Targets 
    1512 
     
    2017        'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)' 
    2118 
    22 stage2: Makefile $(FILE) $(PATCH1) 
    23 ifneq ($(LFS-ARCH),ppc) 
     19stage2: Makefile $(FILE) 
    2420        $(std_build) 
    25 endif 
    2621 
    2722compile-stage2: 
    28         patch -Np1 -i ../$(PATCH1) 
    29         make ROOT="" $(PM) 
     23        # We don't set -DATARAID because it doesn't work (DM major is dynamic) 
     24        sed -i 's/-DMDPRAID/& -DDEVMAPPER -DAUTOAUTO/' Makefile 
     25        make ROOT="" all 
    3026        make ROOT="" install 
    3127