mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user