Commit 7e258cb01cf8ebd6948f096466ac73e3e27b7cbe
1 parent
accf3b39
Exists in
master
and in
17 other branches
Say 'YesPlease'
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
config/software/git.rb
... | ... | @@ -14,11 +14,11 @@ env = { |
14 | 14 | "LDFLAGS" => "-L#{install_dir}/embedded/lib -I#{install_dir}/embedded/include", |
15 | 15 | "CFLAGS" => "-L#{install_dir}/embedded/lib -I#{install_dir}/embedded/include", |
16 | 16 | "LD_RUN_PATH" => "#{install_dir}/embedded/lib", |
17 | - "NO_PERL" => "1", | |
18 | - "NO_EXPAT" => "1", | |
19 | - "NO_TCLTK" => "1", | |
20 | - "NO_GETTEXT" => "1", | |
21 | - "NO_PYTHON" => "1" | |
17 | + "NO_PERL" => "YesPlease", | |
18 | + "NO_EXPAT" => "YesPlease", | |
19 | + "NO_TCLTK" => "YesPlease", | |
20 | + "NO_GETTEXT" => "YesPlease", | |
21 | + "NO_PYTHON" => "YesPlease" | |
22 | 22 | } |
23 | 23 | |
24 | 24 | build do | ... | ... |