Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4f3d3ba51f4a6b43b7c775c59d6db16428128022)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4f3d3ba51f4a6b43b7c775c59d6db16428128022)
  • Date: Sat, 3 Apr 2010 23:26:46 -0500

GIT changes to master grimoire by Ismael Luceno <ismael.luceno AT gmail.com>:

utils/avahi/BUILD | 8 ++++++++
utils/avahi/CONFIGURE | 4 +++-
utils/avahi/HISTORY | 3 +++
3 files changed, 14 insertions(+), 1 deletion(-)

New commits:
commit 4f3d3ba51f4a6b43b7c775c59d6db16428128022
Author: Ismael Luceno <ismael.luceno AT gmail.com>
Commit: Ismael Luceno <ismael.luceno AT gmail.com>

avahi: add options to install howl and libdns_sd compatibility layers

diff --git a/utils/avahi/BUILD b/utils/avahi/BUILD
index ae1e961..21c43f4 100755
--- a/utils/avahi/BUILD
+++ b/utils/avahi/BUILD
@@ -13,4 +13,12 @@ if [[ "$AVAHI_NODBUS" == 'y' ]]; then
OPTS="${OPTS} --disable-dbus"
fi &&

+if [[ "$AVAHI_COMPAT_LIBDNS_SD" == 'y' ]]; then
+ OPTS="$OPTS --enable-compat-libdns_sd"
+if &&
+
+if [[ "$AVAHI_COMPAT_HOWL" == 'y' ]]; then
+ OPTS="$OPTS --enable-compat-howl"
+fi &&
+
default_build
diff --git a/utils/avahi/CONFIGURE b/utils/avahi/CONFIGURE
index f093165..d05cd84 100755
--- a/utils/avahi/CONFIGURE
+++ b/utils/avahi/CONFIGURE
@@ -9,4 +9,6 @@ config_query AVAHI_UTILS "Build avahi utils? (auto-enables
the client)" n &&
if [[ "$AVAHI_UTILS" == 'y' ]]; then AVAHI_CLIENT=y; fi &&
config_query AVAHI_DISCOVER "Build avahi discover?" n &&
config_query AVAHI_BOOKMARKS "Build avahi bookmarks?" n &&
-config_query AVAHI_AUTOIPD "Build avahi autoipd?" n
+config_query AVAHI_AUTOIPD "Build avahi autoipd?" n &&
+config_query AHAVI_COMPAT_LIBDNS_SD "Enable libdns_sd compatibility?" y &&
+config_query AVAHI_COMPAT_HOWL "Enable Howl compatibility?" n
diff --git a/utils/avahi/HISTORY b/utils/avahi/HISTORY
index 8b7640a..8e9bd50 100644
--- a/utils/avahi/HISTORY
+++ b/utils/avahi/HISTORY
@@ -1,3 +1,6 @@
+2010-04-04 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, CONFIGURE: add options to install howl and libdns_sd
compatibility layers
+
2010-03-02 Arjan Bouter <abouter AT sourcemage.org>
* BUILD, PRE_BUILD: use avahi users instead of root
* BUILD, CONFIGURE, DEPENDS: attempt to make sense of dependency mess



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4f3d3ba51f4a6b43b7c775c59d6db16428128022), Ismael Luceno, 04/04/2010

Archive powered by MHonArc 2.6.24.

Top of Page