diff options
author | Robert Nagy <robert@openbsd.org> | 2011-06-15 12:51:41 +0200 |
---|---|---|
committer | Robert Nagy <robert@openbsd.org> | 2011-06-15 12:51:41 +0200 |
commit | 6fdc8ae0d1bdfab1239661066536f80d04f025d3 (patch) | |
tree | 6dad1ee1202740a51050d54f4bc4fb0d277a6bad /set_soenv.in | |
parent | 0ac9ee757cc07f86bcd22bfd8f8ea0adb810f206 (diff) |
only fetch external tarballs if --disable-fetch-external is not defined
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-x | set_soenv.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/set_soenv.in b/set_soenv.in index 754d451ac685..b9e42a84673e 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -1602,7 +1602,6 @@ ToFile( "PSPRINT", "TRUE", "e" ); ToFile( "MKDEPENDSOLVER", "TRUE", "e" ); ToFile( "nodep", "@nodep@", "e" ); ToFile( "TARFILE_LOCATION", $TARFILE_LOCATION, "e" ); -ToFile( "DO_FETCH_TARBALLS", "@DO_FETCH_TARBALLS@", "e" ); ToFile( "GIT_LINK_SRC", "@GIT_LINK_SRC@", "e" ); ToFile( "GIT_REPO_NAMES", "@GIT_REPO_NAMES@", "e" ); |