Lines 1-6
Link Here
|
1 |
--- SConstruct.orig 2011-12-16 18:02:27.000000000 +0100 |
1 |
--- SConstruct.orig 2012-02-29 18:18:35.000000000 +0100 |
2 |
+++ SConstruct 2011-12-17 04:39:19.000000000 +0100 |
2 |
+++ SConstruct 2012-02-29 18:30:34.000000000 +0100 |
3 |
@@ -702,7 +702,10 @@ |
3 |
@@ -714,7 +714,10 @@ |
4 |
|
4 |
|
5 |
#make scons colorgcc friendly |
5 |
#make scons colorgcc friendly |
6 |
env['ENV']['HOME'] = os.environ['HOME'] |
6 |
env['ENV']['HOME'] = os.environ['HOME'] |
Lines 12-18
Link Here
|
12 |
|
12 |
|
13 |
if linux and has_option( "sharedclient" ): |
13 |
if linux and has_option( "sharedclient" ): |
14 |
env.Append( LINKFLAGS=" -Wl,--as-needed -Wl,-zdefs " ) |
14 |
env.Append( LINKFLAGS=" -Wl,--as-needed -Wl,-zdefs " ) |
15 |
@@ -785,8 +788,9 @@ |
15 |
@@ -797,8 +800,9 @@ |
16 |
options_topass["nix"] = nix |
16 |
options_topass["nix"] = nix |
17 |
|
17 |
|
18 |
if has_option( "use-system-" + shortName ) or has_option( "use-system-all" ): |
18 |
if has_option( "use-system-" + shortName ) or has_option( "use-system-all" ): |
Lines 24-30
Link Here
|
24 |
else: |
24 |
else: |
25 |
myModule.configure( env , fileLists , options_topass ) |
25 |
myModule.configure( env , fileLists , options_topass ) |
26 |
|
26 |
|
27 |
@@ -1446,7 +1450,7 @@ |
27 |
@@ -1481,7 +1485,7 @@ |
28 |
fullInstallName = installDir + "/bin/" + name |
28 |
fullInstallName = installDir + "/bin/" + name |
29 |
|
29 |
|
30 |
allBinaries += [ name ] |
30 |
allBinaries += [ name ] |