]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/libvirt
libvirt: Fix build against glibc 2.36
[people/pmueller/ipfire-2.x.git] / lfs / libvirt
index 77f75e1d3dac5f9c22d93ea892c4c58755c15a0f..d07f19b0390d6e29c23663d6a8cfb088b1737a02 100644 (file)
@@ -83,6 +83,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE)
 
        cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/libvirt/0001-Change-default-behavior-of-libvirt-guests.sh-for-IPF.patch
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/libvirt-7.10.0-fix-glibc-headers.patch
 
        cd $(DIR_APP) && meson \
                --prefix=/usr \