my $overwrite = 0;
my $MAX_THREADS = 1;
my $extra_packs = "";
+my $ccache = 0;
my @tobuild = ();
my @tofind = ();
"no-configure" => \$run_configure,
"threads=s" => \$MAX_THREADS,
"extra-packs=s" => \$extra_packs,
+ "ccache=s" => \$ccache,
);
if ( $help ) {
push @args, "--configdir $dist_configs";
push @args, "--arch $archpath";
push @args, "$srpm_filename";
+ push @args, "--ccache" if ($ccache);
if (! $extra_packs eq "") {
my $packs = join(' ', split(',', $extra_packs));
push @args, "--extra-packs=\"$packs\"";