]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/fireinfo
fireinfo: Fix finding the root device.
[people/teissler/ipfire-2.x.git] / lfs / fireinfo
index 0c5d313bcc0f441844f0b1717882dc8b1d022ac0..802f4854679410feddf996db3d7415c5460870bb 100644 (file)
@@ -71,6 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/fireinfo-2.1.8-Revert-Read-mounted-filesystems-from-proc-mounts-ins.patch
        cd $(DIR_APP) && [ -x "configure" ] || sh ./autogen.sh
        cd $(DIR_APP) && ./configure --prefix=/usr
        cd $(DIR_APP) && make $(MAKETUNING)