Ticket #26440: patch-wscript.diff
File patch-wscript.diff, 371 bytes (added by tonym@…, 14 years ago) |
---|
-
wscript
old new def configure(conf): 187 187 if libcrypto and libssl: 188 188 conf.env["USE_OPENSSL"] = Options.options.use_openssl = True 189 189 conf.env.append_value("CXXFLAGS", "-DHAVE_OPENSSL=1") 190 else: 191 Options.options.use_openssl = conf.env["USE_OPENSSL"] = False 190 192 191 193 conf.check(lib='rt', uselib_store='RT') 192 194