]> git.pld-linux.org Git - packages/mongodb.git/commitdiff
- added pld patch DEVEL-4.0-WIP
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Apr 2019 19:10:00 +0000 (21:10 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Apr 2019 19:10:00 +0000 (21:10 +0200)
mongodb-pld.patch [new file with mode: 0644]

diff --git a/mongodb-pld.patch b/mongodb-pld.patch
new file mode 100644 (file)
index 0000000..1e707d6
--- /dev/null
@@ -0,0 +1,13 @@
+--- mongodb-src-r4.0.5/SConstruct.orig 2018-12-31 17:39:53.664816167 +0100
++++ mongodb-src-r4.0.5/SConstruct      2018-12-31 17:45:28.924812337 +0100
+@@ -840,6 +840,10 @@
+     help='Sets the path to the openssl binaries for packaging',
+     default='c:/openssl/bin')
++# for PLD %scons macro compatibility
++for var in ['CPPFLAGS', 'FFLAGS', 'LDFLAGS', 'prefix', 'libsuffix']:
++    env_vars.Add(var)
++
+ # -- Validate user provided options --
+ # A dummy environment that should *only* have the variables we have set. In practice it has
This page took 0.086968 seconds and 4 git commands to generate.