pkgsrc/chat/unrealircd/patches/patch-ab
jperkin cb28107473 Update chat/unrealircd to 3.2.10.5.
pkgsrc changes:

 - Remove obsolete and broken MESSAGE files.
 - Find zlib correctly when enabled.
 - Add SMF manifest.
 - Update patch files and add comments where necessary.

Upstream changes:

 - This release fixes a SASL Denial of Service issue

Patch provided by Marco Wessel in joyent/pkgsrc#306.
2015-11-26 16:36:00 +00:00

15 lines
404 B
Text

$NetBSD: patch-ab,v 1.2 2015/11/26 16:36:00 jperkin Exp $
Remove LDFLAGS from CFLAGS.
--- Makefile.in.orig 2015-11-09 16:16:59.000000000 +0000
+++ Makefile.in
@@ -114,7 +114,7 @@ FD_SETSIZE=@FD_SETSIZE@
# Where is your openssl binary
OPENSSLPATH=@OPENSSLPATH@
-CFLAGS=-I$(INCLUDEDIR) $(XCFLAGS) @LDFLAGS@ $(FD_SETSIZE)
+CFLAGS=-I$(INCLUDEDIR) $(XCFLAGS) $(FD_SETSIZE)
SHELL=/bin/sh
SUBDIRS=src