openssl: fix static build
Just use the default target instead of hardcoding shared library support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
8b827859f9
commit
a3671a3f25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user