bhyve-fw: drop CSM
[oi-userland.git] / components / library / libotr / patches / 01-remove-stack-protector.patch
blob94f3cd657652ecef473bdc64cd37057e7f507f0d
1 --- libotr-4.0.0/configure.ac.~1~ 2014-01-30 10:47:45.809859567 +0400
2 +++ libotr-4.0.0/configure.ac 2014-01-30 10:48:02.421107802 +0400
3 @@ -142,8 +142,6 @@
4 if test x$have_clang = xyes; then
5 OTR_CHECK_CFLAGS(-Qunused-arguments)
6 fi
7 - OTR_CHECK_CFLAGS(-fstack-protector-all)
8 - OTR_CHECK_CFLAGS(-Wstack-protector)
9 OTR_CHECK_CFLAGS(-fwrapv)
11 dnl Ian added the next four: