]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/patches/libloc-0.9.3-perl-i586-regular-stack-protector.patch
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / src / patches / libloc-0.9.3-perl-i586-regular-stack-protector.patch
diff --git a/src/patches/libloc-0.9.3-perl-regular-stack-protector.patch b/src/patches/libloc-0.9.3-perl-regular-stack-protector.patch
deleted file mode 100644 (file)
index 2ee807a..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/perl/Makefile.PL b/src/perl/Makefile.PL
-index 38d5390..62016ca 100644
---- a/src/perl/Makefile.PL
-+++ b/src/perl/Makefile.PL
-@@ -11,6 +11,7 @@ WriteMakefile(
-     LIBS              => ['-lloc'],
-     DEFINE            => '', # e.g., '-DHAVE_SOMETHING'
-     INC               => '-I. -I../../',
-+    CCFLAGS           => '-fstack-protector',
-       # Un-comment this if you add C files to link with later:
-     # OBJECT            => '$(O_FILES)', # link all the C files too
- );