X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Ffuse;h=db649a880eac30ad80c95ef3138ec0fbf34c9c57;hb=e01e07ec8b770eb849a42ad3f8c0f67e55faf905;hp=9669b24bcd236e75e8164053ac9baab49757fce1;hpb=cab25d67ad7f0b0efec2332ae9dddf3c8d380e89;p=ipfire-2.x.git diff --git a/lfs/fuse b/lfs/fuse index 9669b24bcd..db649a880e 100644 --- a/lfs/fuse +++ b/lfs/fuse @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# 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 # @@ -24,7 +24,7 @@ include Config -VER = 2.7.4 +VER = 2.9.7 THISAPP = fuse-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 4879f06570d2225667534c37fea04213 +$(DL_FILE)_MD5 = 9bd4ce8184745fd3d000ca2692adacdb install : $(TARGET) @@ -50,7 +50,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) -dist: +dist: @$(PAK) ############################################################################### @@ -73,7 +73,10 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr --disable-kernel-module + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/fuse-2.9.2-namespace-conflict-fix.patch + cd $(DIR_APP) && ./configure \ + --prefix=/usr + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)