SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
29
databases/mongodb/44/patches/patch-SConstruct
Normal file
29
databases/mongodb/44/patches/patch-SConstruct
Normal file
|
@ -0,0 +1,29 @@
|
|||
Index: SConstruct
|
||||
--- SConstruct.orig
|
||||
+++ SConstruct
|
||||
@@ -93,7 +93,7 @@ def make_variant_dir_generator():
|
||||
|
||||
# Always randomize the build order to shake out missing edges, and to help the cache:
|
||||
# http://scons.org/doc/production/HTML/scons-user/ch24s06.html
|
||||
-SetOption('random', 1)
|
||||
+#SetOption('random', 1)
|
||||
|
||||
# Options TODOs:
|
||||
#
|
||||
@@ -1196,6 +1196,7 @@ envDict = dict(BUILD_ROOT=buildDir,
|
||||
CONFIGURELOG='$BUILD_ROOT/scons/config.log',
|
||||
CONFIG_HEADER_DEFINES={},
|
||||
LIBDEPS_TAG_EXPANSIONS=[],
|
||||
+ ENV = {'PATH': os.environ['PATH']},
|
||||
)
|
||||
|
||||
# TODO: Remove these when hygienic builds are default.
|
||||
@@ -3459,7 +3460,7 @@ def doConfigure(myenv):
|
||||
sslLibName = "ssl"
|
||||
cryptoLibName = "crypto"
|
||||
sslLinkDependencies = ["crypto", "dl"]
|
||||
- if conf.env.TargetOSIs('freebsd'):
|
||||
+ if conf.env.TargetOSIs('freebsd') or conf.env.TargetOSIs('openbsd'):
|
||||
sslLinkDependencies = ["crypto"]
|
||||
|
||||
if conf.env.TargetOSIs('windows'):
|
Loading…
Add table
Add a link
Reference in a new issue