aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/mongodb/mongodb/0003-Fix-unknown-prefix-env.patch
blob: 3a27aacfe4537f483c3f9a06b2ff7d3a0f1de38b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Index: git/SConstruct
===================================================================
--- git.orig/SConstruct
+++ git/SConstruct
@@ -884,6 +884,14 @@ env_vars.Add('WINDOWS_OPENSSL_BIN',
     help='Sets the path to the openssl binaries for packaging',
     default='c:/openssl/bin')
 
+env_vars.Add('PREFIX',
+    help='installation prefix')
+
+env_vars.Add('prefix',
+    help='installation prefix')
+
+
+
 # -- Validate user provided options --
 
 # A dummy environment that should *only* have the variables we have set. In practice it has