X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/868fc521a640bc311871f364d0846dcfe3e750f2..b4667d52b090ed70c1bd2a50d24e90a0d25bbb84:/package/openssl/Makefile diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 9fca6b149..f19551df3 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -67,8 +67,13 @@ endef OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc2 no-rc5 no-sha0 no-smime \ no-rmd160 no-aes192 no-ripemd no-camellia no-ans1 no-krb5 +ifeq ($(BOARD),ixp4xx) +OPENSSL_OPTIONS:= shared no-ec no-err no-fips no-hw no-threads zlib-dynamic \ + no-sse2 no-perlasm --with-cryptodev +else OPENSSL_OPTIONS:= shared no-ec no-err no-fips no-hw no-threads zlib-dynamic \ no-engines no-sse2 no-perlasm +endif define Build/Configure @@ -84,6 +89,8 @@ define Build/Configure ) endef +TARGET_CFLAGS += $(FPIC) + define Build/Compile rm -rf $(PKG_INSTALL_DIR) mkdir -p $(PKG_INSTALL_DIR)