openssl: fix build failure on arm, aes asm version is not shipped anymore (closes: #6778)
SVN-Revision: 19945
This commit is contained in:
@@ -82,11 +82,7 @@ else
|
||||
OPENSSL_OPTIONS += no-engines
|
||||
endif
|
||||
|
||||
ifdef CONFIG_arm
|
||||
OPENSSL_MAKEFLAGS := AES_ASM_OBJ="aes-armv4.o aes_cbc.o"
|
||||
else
|
||||
OPENSSL_OPTIONS += no-perlasm
|
||||
endif
|
||||
|
||||
define Build/Configure
|
||||
(cd $(PKG_BUILD_DIR); \
|
||||
|
||||
Reference in New Issue
Block a user