diff options
author | Robert Nagy <robert@openbsd.org> | 2011-06-15 12:55:51 +0200 |
---|---|---|
committer | Robert Nagy <robert@openbsd.org> | 2011-06-15 12:55:51 +0200 |
commit | ba62ce46c8dbe300a5f8044cb7ffc59a19885502 (patch) | |
tree | 965dfc21457ac05b212a20244ca70121df8507a1 /set_soenv.in | |
parent | 5e9bd7ecf191cd553e216d5378a50abe4ab653d2 (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 414dae21a1cb..779fb3e956e0 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -1694,7 +1694,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" ); |