perl: Enable threading in host-perl as well if threading is selected
authorMarcel Denia <naoir@gmx.net>
Sat, 2 May 2015 14:08:00 +0000 (16:08 +0200)
committerMarcel Denia <naoir@gmx.net>
Wed, 27 May 2015 00:03:56 +0000 (02:03 +0200)
commit109ac2c3830616d1fda7be89193ddf3d8b2bca9e
treeadcc5d90c2327110205c31a6c0c9f6c040a53c7b
parent3f7e3977a55a9c8c3e13dc02dd58a2b9e1d943dd
perl: Enable threading in host-perl as well if threading is selected

While host-perl only exists to run build scripts(and thus, should have
no influence on built packages at all), most packages depend heavily on the
feature set of the perl installation that ran their configuration scripts.
This change makes them see that threading support is enabled(if it actually
is selected).

We can't use configuration symbol overrides for this one, as they are
visible to host-perl as well. Using overrides would make it act as if it
had threading support enabled without actually having it.

Signed-off-by: Marcel Denia <naoir@gmx.net>
lang/perl/Makefile