File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
19
19
Logging ::message "=== OpenSSL for Ruby configurator ===\n "
20
20
21
- # Append flags from environment variables.
22
- extcflags = ENV [ "RUBY_OPENSSL_EXTCFLAGS" ]
23
- append_cflags ( extcflags . split ) if extcflags
24
- extldflags = ENV [ "RUBY_OPENSSL_EXTLDFLAGS" ]
25
- append_ldflags ( extldflags . split ) if extldflags
26
-
27
21
##
28
22
# Adds -DOSSL_DEBUG for compilation and some more targets when GCC is used
29
23
# To turn it on, use: --with-debug or --enable-debug
@@ -198,6 +192,12 @@ def find_openssl_library
198
192
199
193
Logging ::message "=== Checking done. ===\n "
200
194
195
+ # Append flags from environment variables.
196
+ extcflags = ENV [ "RUBY_OPENSSL_EXTCFLAGS" ]
197
+ append_cflags ( extcflags . split ) if extcflags
198
+ extldflags = ENV [ "RUBY_OPENSSL_EXTLDFLAGS" ]
199
+ append_ldflags ( extldflags . split ) if extldflags
200
+
201
201
create_header
202
202
create_makefile ( "openssl" )
203
203
Logging ::message "Done.\n "
You can’t perform that action at this time.
0 commit comments