]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/slang
Diverse Fixes.
[ipfire-2.x.git] / lfs / slang
index 371218b809da1ebfd23f354dcb98c6050764c88f..0cb9c18c720876473a62648c5a14cbb5391824d1 100644 (file)
--- a/lfs/slang
+++ b/lfs/slang
@@ -79,12 +79,12 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 ifeq "$(LFS_PASS)" "install"
        cd $(DIR_APP) && ./configure --prefix=""
        cd $(DIR_APP)/src && patch < $(DIR_SRC)/src/patches/slang-$(VER)-uclibc.patch
-       cd $(DIR_APP)/src && make $(MAKETUNING)
+       cd $(DIR_APP)/src && make
        cd $(DIR_APP)/src && make install DESTDIR="/opt/$(MACHINE)-uClibc"
 else
        cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc
        cd $(DIR_APP) && make $(MAKETUNING)
-       cd $(DIR_APP) && make elf $(MAKETUNING)
+       cd $(DIR_APP) && make elf
        cd $(DIR_APP) && make install-elf
        cd $(DIR_APP) && chmod -v 755 /usr/lib/libslang.so.2.0.6
 endif