]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/screen
firewall: rules.pl: Code cleanup.
[people/teissler/ipfire-2.x.git] / lfs / screen
index eef5862624c4b8bf05a49ee2a0ed4ed8bfbe3734..b94d62e6ebc3515e9fa20f4c1c974496ab04adc2 100644 (file)
@@ -70,6 +70,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) && patch -Np1 < $(DIR_SRC)/src/patches/screen-4.0.3-stropts.patch
        cd $(DIR_APP) && ./configure --prefix=/usr --with-socket-dir=/var/run/screen --with-sys-screenrc=/etc/screenrc
        cd $(DIR_APP) && sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/*
        cd $(DIR_APP) && make $(MAKETUNING)