]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/patches/libloc-0.9.3-perl-regular-stack-protector.patch
libloc: use regular stack-protector on i586
[ipfire-2.x.git] / src / patches / libloc-0.9.3-perl-regular-stack-protector.patch
similarity index 89%
rename from src/patches/libloc-0.9.3-perl-no-stack-protector.patch
rename to src/patches/libloc-0.9.3-perl-regular-stack-protector.patch
index b615ed902a2857d1a21368329d6c8c5926611be9..2ee807a50c5f24cabae62aef9e1dc533f6dbe8d6 100644 (file)
@@ -6,7 +6,7 @@ index 38d5390..62016ca 100644
      LIBS              => ['-lloc'],
      DEFINE            => '', # e.g., '-DHAVE_SOMETHING'
      INC               => '-I. -I../../',
-+    CCFLAGS           => '-fno-stack-protector',
++    CCFLAGS           => '-fstack-protector',
        # Un-comment this if you add C files to link with later:
      # OBJECT            => '$(O_FILES)', # link all the C files too
  );