openbsd-ports/net/nslint/patches/patch-Makefile_in
naddy 907aa6f9cb Import of nslint 2.0.2a2.
Submitted by Wangden Kelsang <wngdn@src.uchicago.edu>.

Nslint reads the (BIND) nameserver configuration files and performs
a number of consistency checks on the dns records.  Nslint is known
to work with BIND versions 4, 8, and 9.
2001-02-28 23:57:34 +00:00

21 lines
522 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1.1.1 2001/02/28 23:57:34 naddy Exp $
--- Makefile.in.orig Wed Mar 8 02:51:41 2000
+++ Makefile.in Thu Mar 1 00:53:06 2001
@@ -49,6 +49,7 @@ DEFS = @DEFS@
CFLAGS = $(CCOPT) $(DEFS) $(INCLS)
# Standard LIBS
+LDFLAGS= @LDFLAGS@
LIBS = @LIBS@
INSTALL = @INSTALL@
@@ -79,7 +80,7 @@ CLEANFILES = $(PROG) $(OBJ) $(GENSRC)
$(PROG): $(OBJ)
@rm -f $@
- $(CC) $(CFLAGS) -o $@ $(OBJ) $(LIBS)
+ $(CC) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
version.o: version.c
version.c: $(srcdir)/VERSION