X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fparted;h=dc68ba85029b6417751886d07c02c9e760cd712e;hb=8438e2e427e346b3609b1f752d874e40dc1d19f4;hp=bbaeff1a334c48683e88dec8a2dee267eefa2551;hpb=eee037b8902c3163850069f302479e7733966bd0;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/parted b/lfs/parted index bbaeff1a33..dc68ba8502 100644 --- a/lfs/parted +++ b/lfs/parted @@ -79,6 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/parted-3.2-device-mapper.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/parted-3.2-sysmacros.patch cd $(DIR_APP) && ./configure --prefix=/usr --disable-device-mapper cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install