[ewg] removing stgt from being compiled on specific architectures

Doron Shoham dorons at Voltaire.COM
Mon Aug 25 09:07:45 PDT 2008


Hi Vlad,

I want to remove stgt from being compiled on ia64 and ppc64 architectures.
I added the following lines to sub set_availability on install.pl:

    if ($arch =~ m/ppc|ia/) {
            $packages_info{'tgt-generic'}{'available'} = 0;
    }

but it didn't work - it got compiled anyway.

What is the correct way for doing so?

Thanks,
Doron



More information about the ewg mailing list