14 lines
482 B
Plaintext
14 lines
482 B
Plaintext
$NetBSD: patch-ad,v 1.3 2015/08/29 17:41:07 jperkin Exp $
|
|
|
|
--- Clients/Makefile.orig 2009-08-11 01:13:47.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
|