]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/slang
Starte SSH-Server beim Boot.
[people/pmueller/ipfire-2.x.git] / lfs / slang
index 1da31b89987d8d76261b6e05490577dd443863c9..371218b809da1ebfd23f354dcb98c6050764c88f 100644 (file)
--- a/lfs/slang
+++ b/lfs/slang
@@ -77,11 +77,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
 ifeq "$(LFS_PASS)" "install"
-       -mkdir -p /install/lib
        cd $(DIR_APP) && ./configure --prefix=""
-       cd $(DIR_APP) && make $(MAKETUNING) elf
-       cd $(DIR_APP)/src && make install-elf DESTDIR="/opt/$(MACHINE)-uClibc"
-       rm -vf /opt/$(MACHINE)-uClibc/lib/libslang.so*
+       cd $(DIR_APP)/src && patch < $(DIR_SRC)/src/patches/slang-$(VER)-uclibc.patch
+       cd $(DIR_APP)/src && make $(MAKETUNING)
+       cd $(DIR_APP)/src && make install DESTDIR="/opt/$(MACHINE)-uClibc"
 else
        cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc
        cd $(DIR_APP) && make $(MAKETUNING)