mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-18 00:39:18 -04:00
16 lines
404 B
Plaintext
16 lines
404 B
Plaintext
$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
|