]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/crda
Update for numerous lfs-files: removed deprecated configure options
[ipfire-2.x.git] / lfs / crda
index 2b1aff81622eb70747b23cfdc67df4bbd0e97895..621a6b549a31b28bc675a3629de9b80c5997c589 100644 (file)
--- a/lfs/crda
+++ b/lfs/crda
@@ -71,7 +71,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/crda-3.13-crypto_use_optional.patch
+       cd $(DIR_APP) && sed -e "s/-Werror//g" -i Makefile
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)