X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fcrda;h=621a6b549a31b28bc675a3629de9b80c5997c589;hb=82e295c23eeaebe86c75ef39e4cd217489d29497;hp=2b1aff81622eb70747b23cfdc67df4bbd0e97895;hpb=de0ccf8f8c9fc6b695f45a3fdcf0a85c3b3d5299;p=ipfire-2.x.git diff --git a/lfs/crda b/lfs/crda index 2b1aff8162..621a6b549a 100644 --- 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)