perl: fix compilation on x86_64 with glibc and ssp 12005/head
authorIan Cooper <iancooper@hotmail.com>
Wed, 29 Apr 2020 12:16:32 +0000 (13:16 +0100)
committerIan Cooper <iancooper@hotmail.com>
Wed, 29 Apr 2020 12:26:25 +0000 (13:26 +0100)
commit3d5ba0f094709c1ca98a39d1f080aa414c40d530
treef360b39635fcaf27d47dd9b61a99dc25b4a298fe
parent62ef2a88390dd7942ec48e6d735fb7e1861878c8
perl: fix compilation on x86_64 with glibc and ssp

perl fails to compile on x86_64 with glibc and stack smashing
protection enabled due to libssp not being specified in the
ldflags.

Signed-off-by: Ian Cooper <iancooper@hotmail.com>
lang/perl/Makefile