cb28107473
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.
15 lines
404 B
Text
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
|