9b49aa668d
upgrade to 2.8.9; BNC contains an input validation flaw which might allow a remote attacker to issue arbitrary IRC related commands.
13 lines
277 B
Plaintext
13 lines
277 B
Plaintext
$OpenBSD: patch-Makefile.in,v 1.3 2004/10/15 16:51:17 robert Exp $
|
|
--- Makefile.in.orig Fri Aug 30 15:18:15 2002
|
|
+++ Makefile.in Fri Oct 15 18:28:38 2004
|
|
@@ -1,6 +1,6 @@
|
|
LIBS=@LIBS@
|
|
-CFLAGS=-O3 -Wall
|
|
-OFLAGS=-O3
|
|
+CFLAGS=@CFLAGS@
|
|
+OFLAGS=@CFLAGS@
|
|
CC=@CC@
|
|
|
|
ALL: bnc mkpasswd
|