From 93a93e9a3b53c1a73142a305ea1f8136846942ee Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 22 Dec 2021 14:08:05 +0000 Subject: gentoo resync : 22.12.2021 --- net-proxy/privoxy/files/privoxy-3.0.33-configure-msan.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net-proxy/privoxy/files/privoxy-3.0.33-configure-msan.patch (limited to 'net-proxy/privoxy/files/privoxy-3.0.33-configure-msan.patch') diff --git a/net-proxy/privoxy/files/privoxy-3.0.33-configure-msan.patch b/net-proxy/privoxy/files/privoxy-3.0.33-configure-msan.patch new file mode 100644 index 000000000000..c89fed3947f3 --- /dev/null +++ b/net-proxy/privoxy/files/privoxy-3.0.33-configure-msan.patch @@ -0,0 +1,13 @@ +diff --git a/configure.in b/configure.in +index 84f6a0db7..e7e68be0c 100644 +--- a/configure.in ++++ b/configure.in +@@ -168,7 +168,7 @@ if test "x$with_asan" = "xyes"; then + LDFLAGS="$LDFLAGS -fsanitize=address" + fi + +-AC_ARG_WITH(asan, [ --with-msan Enable MemorySanitizer. Requires compiler support.]) ++AC_ARG_WITH(msan, [ --with-msan Enable MemorySanitizer. Requires compiler support.]) + if test "x$with_msan" = "xyes"; then + CFLAGS="$CFLAGS -fsanitize=memory" + LDFLAGS="$LDFLAGS -fsanitize=memory" -- cgit v1.2.3