From 888f62f4d4ffce3c52e35fd8ac1d16c75fd17129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=98=C3=ADdk=C3=BD?= Date: Thu, 29 Jul 2021 15:33:26 +0200 Subject: [PATCH] Fix typo in patch --- net-snmp-5.9-cflags.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-snmp-5.9-cflags.patch b/net-snmp-5.9-cflags.patch index 8e22133..ef8604f 100644 --- a/net-snmp-5.9-cflags.patch +++ b/net-snmp-5.9-cflags.patch @@ -17,4 +17,4 @@ diff -urNp a/perl/MakefileSubs.pm b/perl/MakefileSubs.pm + $Params->{'CCFLAGS'} =~ s/ -W(inline|strict-prototypes|write-strings|cast-qual|no-char-subscripts)//g; append($Params->{'CCFLAGS'}, '-Wformat'); } - }":: + }