]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-get.cc
Merge from DonKult
[apt.git] / cmdline / apt-get.cc
index 6ffecd777cb91b98c73c74f3ce5026f945633b02..e2d9bb7d48d352e47e46ef5abfcb85bda6c5ae8a 100644 (file)
@@ -2638,6 +2638,9 @@ bool DoSource(CommandLine &CmdL)
 bool DoBuildDep(CommandLine &CmdL)
 {
    CacheFile Cache;
+
+   _config->Set("APT::Install-Recommends", false);
+   
    if (Cache.Open(true) == false)
       return false;