openssl-compat: Enable cryptodev again.

This is compiled in and therefore not an externally loadable
engine.
This commit is contained in:
Michael Tremer
2013-12-29 20:56:16 +01:00
parent 33c4c29b5e
commit f7165e5aed

View File

@@ -71,6 +71,8 @@ $(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/openssl-0.9.8u-cryptodev.patch
cd $(DIR_APP) && sed -i -e 's/mcpu/march/' config
cd $(DIR_APP) && sed -i -e 's/-O3/-O2/' -e 's/-march=i486/-march=i586/' Configure
@@ -83,7 +85,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
shared linux-elf \
zlib-dynamic \
no-engines \
no-asm 386
no-asm 386 \
-DSSL_FORBID_ENULL \
-DHAVE_CRYPTODEV \
-DUSE_CRYPTODEV_DIGEST
cd $(DIR_APP) && make depend
cd $(DIR_APP) && make