]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/parted
parted: Fix build with glibc >= 2.28
[people/pmueller/ipfire-2.x.git] / lfs / parted
index bbaeff1a334c48683e88dec8a2dee267eefa2551..dc68ba85029b6417751886d07c02c9e760cd712e 100644 (file)
@@ -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