X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fparted;h=dc68ba85029b6417751886d07c02c9e760cd712e;hb=8438e2e427e346b3609b1f752d874e40dc1d19f4;hp=c253c8b7bbe5fbc4d9e83c52ae3f581ff698798f;hpb=cb52183c6a311d7413c286f73895b52a8e2e3a57;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/parted b/lfs/parted index c253c8b7bb..dc68ba8502 100644 --- a/lfs/parted +++ b/lfs/parted @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2014 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -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