Files
pkgsrc-ng/net/mDNSResponder/patches/patch-ad
2013-09-26 17:14:40 +02:00

14 lines
479 B
Plaintext

$NetBSD: patch-ad,v 1.2 2011/01/12 08:53:52 adam Exp $
--- Clients/Makefile.orig 2008-09-05 17:37:08.000000000 +0000
+++ Clients/Makefile
@@ -42,7 +42,7 @@ build:
mkdir build
build/dns-sd: build dns-sd.c ClientCommon.c
- cc $(filter %.c %.o, $+) $(LIBS) -I../mDNSShared -Wall -o $@
+ cc $(filter %.c %.o, $+) $(LIBS) $(LDFLAGS) -I../mDNSShared -Wall -o $@
build/dns-sd64: build dns-sd.c ClientCommon.c
cc $(filter %.c %.o, $+) $(LIBS) -I../mDNSShared -Wall -o $@ -m64