mgorny      14/05/12 18:08:43

  Added:                avahi-0.6.31-build-client-without-daemon.patch
  Log:
  Enable multilib support, bug #503160.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.1                  
net-dns/avahi/files/avahi-0.6.31-build-client-without-daemon.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/files/avahi-0.6.31-build-client-without-daemon.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/avahi/files/avahi-0.6.31-build-client-without-daemon.patch?rev=1.1&content-type=text/plain

Index: avahi-0.6.31-build-client-without-daemon.patch
===================================================================
>From ce3b83de6aa689c0cefe0b1e85c03a627b537099 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <[email protected]>
Date: Mon, 12 May 2014 19:46:22 +0200
Subject: [PATCH] Allow building client without the daemon.

There's no good reason to disallow that, and that's what we specifically
want to do for multilib.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 0e190ba..c56cf01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1185,7 +1185,7 @@ fi
 
 BUILD_CLIENT="no   (You need avahi-daemon and D-Bus!)"
 
-if test "x$BUILD_DAEMON" = "xyes" -a "x$HAVE_DBUS" = "xyes" ; then
+if "x$HAVE_DBUS" = "xyes" ; then
     BUILD_CLIENT=yes
 fi
 
-- 
1.9.3





Reply via email to