]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/slang
Done a whole review of the lfs to make building more paralell
[people/pmueller/ipfire-2.x.git] / lfs / slang
index efe67b22d890e4ed9363628e480f8d35effd5350..542d32ff100aa07f34ae22b0ad724b675e7ee1e0 100644 (file)
--- a/lfs/slang
+++ b/lfs/slang
@@ -81,7 +81,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 ifeq "$(LFS_PASS)" "install"
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/slang-1.4.9-uclibc.patch
        cd $(DIR_APP) && ./configure --prefix=""
-       cd $(DIR_APP)/src && make
+       cd $(DIR_APP)/src && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP)/src && make install DESTDIR="/opt/$(MACHINE)-uClibc"
        ln -sf libslang-utf8.a /opt/$(MACHINE)-uClibc/lib/libslang.a
 else