]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/fuse
Fuse bereinigt.
[ipfire-2.x.git] / lfs / fuse
index 68b3e131dfce583beb02ba6a18a5b4d2813e9e28..ac6b15c4e884303354ef48f8f706c0190cd43317 100644 (file)
--- a/lfs/fuse
+++ b/lfs/fuse
@@ -32,11 +32,7 @@ THISAPP    = fuse-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
-ifeq "$(SMP)" "1"
-       TARGET = $(DIR_INFO)/$(THISAPP)-smp
-else
-       TARGET = $(DIR_INFO)/$(THISAPP)
-endif
+TARGET     = $(DIR_INFO)/$(THISAPP)
 
 ###############################################################################
 # Top-level Rules
@@ -79,7 +75,7 @@ $(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 --with-kernel=/usr/src/linux
+       cd $(DIR_APP) && ./configure --prefix=/usr --disable-kernel-module
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)