diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-03-02 04:56:49 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-03-02 04:56:49 +0000 |
commit | b3f90f939bff33fcfd980b16d9a5d63c20f55e5c (patch) | |
tree | 6f444b0eea9f74eacbfb8426cfe09e6bdee75b37 /package/openssl/Makefile | |
parent | 45f7dc9459491cebf83e05c47d4c0b995fcd6439 (diff) | |
download | upstream-b3f90f939bff33fcfd980b16d9a5d63c20f55e5c.tar.gz upstream-b3f90f939bff33fcfd980b16d9a5d63c20f55e5c.tar.bz2 upstream-b3f90f939bff33fcfd980b16d9a5d63c20f55e5c.zip |
openssl: fix build failure on arm, aes asm version is not shipped anymore (closes: #6778)
SVN-Revision: 19945
Diffstat (limited to 'package/openssl/Makefile')
-rw-r--r-- | package/openssl/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 3b99c08684..ef0edb0daf 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -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); \ |