]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/patches/libloc-0.9.3-perl-i586-regular-stack-protector.patch
~/src/patches/: Clean up orphaned patches, duplicates and application patches outside...
[people/pmueller/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-i586-regular-stack-protector.patch b/src/patches/libloc-0.9.3-perl-i586-regular-stack-protector.patch
deleted file mode 100644 (file)
index ace6b08..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           => '-D_REENTRANT -D_GNU_SOURCE -O2 -pipe -Wall -fexceptions -fPIC -march=i586 -mindirect-branch=thunk -mfunction-return=thunk -mtune=generic -fomit-frame-pointer -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
-       # Un-comment this if you add C files to link with later:
-     # OBJECT            => '$(O_FILES)', # link all the C files too
- );