We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af5b215 + 8cfaf30 commit 3a0ff22Copy full SHA for 3a0ff22
redhat/frr.spec.in
@@ -338,8 +338,11 @@ Adds GRPC support to the individual FRR daemons.
338
339
%build
340
341
+# Fix issue with D_FORTIFY_SOURCE on newer glibc (See Issue #18575)
342
+CFLAGS="%{optflags} -DINET_NTOP_NO_OVERRIDE"
343
+
344
# For standard gcc verbosity, uncomment these lines:
-#CFLAGS="%{optflags} -Wall -Wsign-compare -Wpointer-arith"
345
+#CFLAGS="%{CFLAGS} -Wall -Wsign-compare -Wpointer-arith"
346
#CFLAGS="${CFLAGS} -Wbad-function-cast -Wwrite-strings"
347
348
# For ultra gcc verbosity, uncomment these lines also:
0 commit comments