14 lines
479 B
Plaintext
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
|