File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,7 +110,8 @@ def initialize(entrance, options = {})
110110 elsif @options [ :debug ]
111111 ' -DRUBY_DEBUG -fPIC -g -O0 -pipe '
112112 else
113- ' -DRUBY_DEBUG -fPIC -O3 -fno-fast-math -ggdb3 -Os -fdata-sections -ffunction-sections -pipe -Wno-error=implicit-function-declaration '
113+ #' -DRUBY_DEBUG -fPIC -O3 -fno-fast-math -ggdb3 -Os -fdata-sections -ffunction-sections -pipe -Wno-error=implicit-function-declaration '
114+ ' -fPIC -O3 -fno-fast-math -Os -fdata-sections -ffunction-sections -pipe -Wno-error=implicit-function-declaration '
114115 end
115116
116117 # install prefix for stuffed libraries
@@ -570,7 +571,7 @@ def stuff_openssl
570571 @utils . run ( compile_env ,
571572 './Configure' ,
572573 'darwin64-arm64-cc' ,
573- 'shared' ,
574+ 'no- shared' ,
574575 'enable-rc5' ,
575576 'zlib' ,
576577 'no-asm' ,
@@ -583,7 +584,7 @@ def stuff_openssl
583584 'perl' ,
584585 'Configure' ,
585586 'linux-aarch64' ,
586- 'shared' ,
587+ 'no- shared' ,
587588 "--openssldir=#{ @options [ :openssl_dir ] } " ,
588589 "--prefix=#{ @local_build } " )
589590 @utils . run ( compile_env , "make #{ @options [ :nmake_args ] } " )
You can’t perform that action at this time.
0 commit comments