From: Peter Korsgaard Date: Sun, 16 Dec 2012 09:49:01 +0000 (+0100) Subject: openssl: fix static build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a3671a3f2583c71871a2ac4fdf36b02c5bbdc558;p=buildroot.git openssl: fix static build Just use the default target instead of hardcoding shared library support. Signed-off-by: Peter Korsgaard --- diff --git a/package/openssl/openssl.mk b/package/openssl/openssl.mk index 160df2e5c3..ed52577408 100644 --- a/package/openssl/openssl.mk +++ b/package/openssl/openssl.mk @@ -76,8 +76,7 @@ define OPENSSL_CONFIGURE_CMDS endef define OPENSSL_BUILD_CMDS - $(MAKE1) -C $(@D) all build-shared - $(MAKE1) -C $(@D) do_linux-shared + $(MAKE1) -C $(@D) endef define OPENSSL_INSTALL_STAGING_CMDS