html_parser: -fstack-protector disabled in perl.

This commit is contained in:
Jerome Duval
2017-06-10 21:20:23 +02:00
parent 1878b72042
commit c5038f6ae1

View File

@@ -8,7 +8,7 @@ COPYRIGHT="1995-2009 Gisle Aas
1999-2000 Michael A. Chase"
LICENSE="GNU GPL v1
Artistic"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/gisle/html-parser/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="3ac0ef2ed3cf0a7affe46e1e9cffff500d7b22ae59d9b47669dc7efd8ca36d07"
SOURCE_FILENAME="html_parser-$portVersion.tar.gz"
@@ -36,7 +36,6 @@ BUILD_PREREQUIRES="
BUILD()
{
perl Makefile.PL PREFIX=$prefix
sed -i 's/-fstack-protector//g' Makefile
make
}