1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/dns/nss_mdns/files/patch-src__Makefile.am
Pav Lucistnik a9d2704f22 - Build and install the nss_mdns_minimal module. This module only performs
lookups for the .local domain and self assigned IP addresses, rejecting
  others. This can be used to speed up the resolution of non mdns registered
  host names.

PR:		ports/128107
Submitted by:	Andrew <andrew@ugh.net.au>
Approved by:	Ashish Shukla <wahjava@gmail.com> (maintainer)
2008-11-14 10:23:34 +00:00

25 lines
627 B
Plaintext

--- src/Makefile.am.orig 2007-02-08 16:42:23.000000000 +0000
+++ src/Makefile.am 2008-10-13 23:23:25.000000000 +0100
@@ -36,11 +36,7 @@
if FREEBSD_NSS
lib_LTLIBRARIES += \
nss_mdns.la \
- nss_mdns4.la \
- nss_mdns6.la \
- nss_mdns_minimal.la \
- nss_mdns4_minimal.la \
- nss_mdns6_minimal.la
+ nss_mdns_minimal.la
else
lib_LTLIBRARIES += \
libnss_mdns.la \
@@ -90,7 +86,7 @@
libnss_mdns6_minimal_la_LDFLAGS=$(libnss_mdns_la_LDFLAGS)
# FreeBSD
-nss_mdns_la_SOURCES=$(sources) bsdnss.c
+nss_mdns_la_SOURCES=$(sources) bsdnss.c nss.c
nss_mdns_la_CFLAGS=$(AM_CFLAGS)
nss_mdns_la_LDFLAGS=$(AM_LDFLAGS) -shrext .so.1