Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/nss-mdns/files/
Date: Mon, 22 Feb 2016 20:53:28
Message-Id: 1456174388.c6e5e8d1ddf77f0cf81d8c1ce8255f780867e00f.vapier@gentoo
1 commit: c6e5e8d1ddf77f0cf81d8c1ce8255f780867e00f
2 Author: Brian Norris <briannorris <AT> chromium <DOT> org>
3 AuthorDate: Mon Feb 22 20:52:19 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 20:53:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e5e8d1
7
8 sys-auth/nss-mdns: do not build $ROOT into the source
9
10 sys-auth/nss-mdns/files/nss-mdns-0.10-avahi-socket.patch | 10 +++++++---
11 1 file changed, 7 insertions(+), 3 deletions(-)
12
13 diff --git a/sys-auth/nss-mdns/files/nss-mdns-0.10-avahi-socket.patch b/sys-auth/nss-mdns/files/nss-mdns-0.10-avahi-socket.patch
14 index 189d108..9ada93d 100644
15 --- a/sys-auth/nss-mdns/files/nss-mdns-0.10-avahi-socket.patch
16 +++ b/sys-auth/nss-mdns/files/nss-mdns-0.10-avahi-socket.patch
17 @@ -1,10 +1,14 @@
18 ---- src/Makefile.am 2006-12-30 01:00:22.000000000 -0600
19 -+++ src/Makefile.am 2006-12-30 01:01:11.000000000 -0600
20 +https://bugs.gentoo.org/159341
21 +
22 +fix the full path to the socket run dir
23 +
24 +--- src/Makefile.am
25 ++++ src/Makefile.am
26 @@ -20,7 +20,7 @@
27 AM_CFLAGS = \
28 -DMDNS_ALLOW_FILE=\"$(sysconfdir)/mdns.allow\" \
29 -DRESOLV_CONF_FILE=\"$(sysconfdir)/resolv.conf\" \
30 - -DAVAHI_SOCKET=\"$(localstatedir)/run/avahi-daemon/socket\"
31 -+ -DAVAHI_SOCKET=\"$(ROOT)var/run/avahi-daemon/socket\"
32 ++ -DAVAHI_SOCKET=\"/var/run/avahi-daemon/socket\"
33
34 #AM_CFLAGS += -DNDEBUG=1 -Os