]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/linux-atm
Habe ein Paar lange dagewesene Errors behoben.
[ipfire-2.x.git] / lfs / linux-atm
index 2b99550432259cd0ad0fefbdf78a899b7cc5bbf8..07bdf8a288a799ee4a1a7dfab80716125a56587f 100644 (file)
@@ -72,6 +72,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/linux-atm-2.4.1-gcc-4.patch
        cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc --disable-nls
        cd $(DIR_APP) && make
        cd $(DIR_APP) && make install