mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 09:22:59 +02:00
openssl-compat: Enable cryptodev again.
This is compiled in and therefore not an externally loadable engine.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user