Blame SOURCES/libvpx-1.7.0-leave-fortify-source-on.patch

45e612
diff -up libvpx-1.7.0/build/make/configure.sh.leave-fs-on libvpx-1.7.0/build/make/configure.sh
45e612
--- libvpx-1.7.0/build/make/configure.sh.leave-fs-on	2018-01-26 15:02:18.767645332 -0500
45e612
+++ libvpx-1.7.0/build/make/configure.sh	2018-01-26 15:02:28.594420775 -0500
45e612
@@ -1440,7 +1440,7 @@ EOF
45e612
 
45e612
   # Work around longjmp interception on glibc >= 2.11, to improve binary
45e612
   # compatibility. See http://code.google.com/p/webm/issues/detail?id=166
45e612
-  enabled linux && check_add_cflags -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
45e612
+  # enabled linux && check_add_cflags -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
45e612
 
45e612
   # Check for strip utility variant
45e612
   ${STRIP} -V 2>/dev/null | grep GNU >/dev/null && enable_feature gnu_strip