]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/libloc-0.9.3-perl-regular-stack-protector.patch
libloc: Only update database once a week
[ipfire-2.x.git] / src / patches / libloc-0.9.3-perl-regular-stack-protector.patch
1 diff --git a/src/perl/Makefile.PL b/src/perl/Makefile.PL
2 index 38d5390..62016ca 100644
3 --- a/src/perl/Makefile.PL
4 +++ b/src/perl/Makefile.PL
5 @@ -11,6 +11,7 @@ WriteMakefile(
6 LIBS => ['-lloc'],
7 DEFINE => '', # e.g., '-DHAVE_SOMETHING'
8 INC => '-I. -I../../',
9 + CCFLAGS => '-fstack-protector',
10 # Un-comment this if you add C files to link with later:
11 # OBJECT => '$(O_FILES)', # link all the C files too
12 );